Posted 14 September 2017, 11:55 am EST
Using Angular2 interops, FlexGrid, Filtering, DataMaps, and ODataCollectionViews.
Datamaps are working great for displaying the data, but when a filter is applied, the resulting OData query is trying to filter on the ‘Display Name’ instead of the ‘Key’.
I’ve worked up a simple example: http://plnkr.co/edit/Kmv6Q8pxpwGitPhgdVnz?p=preview
Open the employee filter and select one employee
Actual filterDefinition: “(EmployeeID eq ‘employee name’)”
Expected filterDefinition: “(EmployeeID eq 4)”
