Hi,
In our grid we have some “rich” cells that contain a number of data fields from the data source using custom renderers. We have our own UI for users to be able to filter on elements on data in that cell.
From what I can tell, the filtering capabilities of jqxGrid are limited to columns defined. There doesn’t appear to be a way to filter based on the underlying data rows?
So, is the best solution to do the filtering at the data adapter level? At which point would I do it?
Or, perhaps add hidden columns to the jqxGrid containing the raw data elements we wish to filter on, and use the jqxGrid filtering that way.
What would be the best solution? Particularly from a performance point of view.
Cheers,
Kelly.