Posted 26 September 2018, 5:46 pm EST
Hello,
I have implemented a grid which has the capability to do server side filtering and pagination using the flexgrid filter.
Example: The grid shows 10 rows Out of 30 records and when the users clicks on the next page button he will be served with the next 10 rows of data from the server. But the header filter column dropdown will have all the distinct values of the 30 records, which is done by using the Value Filter property of the flexgrid filter.
The grid and the filters works perfectly fine when I push small data to Value filter property but the browser is not responding when I push large data of around 60,000 - 100,000 distinct values to the header column filters.
Is there a way I can push the limited data to the value filter property and when we reach the end of the scroll we push the new data. Along with functionality of searching (type-ahead) working?
