Posted 12 December 2019, 9:17 am EST
Hi,
I am using Wijmo 5 FlexGrid with Angular 8. It’s a grid with dynamic columns, server-side paging and server-side sorting. I need to implement FlexGridFilter on this grid where in the filter ui list of values (lookup values) are populated from a service response. When a user clicks on filter icon in a column header, I need to make a service call which will return a list of all unique values available for that column and populate these values in the filter ui. can we also do a server-side search/filter/pagination on lookup value list .
Can you please provide an example on how to implement this?