I’m using the GridView DHTMLX component, but I have a problem with columns having the type “select_filter” when i dispose a system of paging in my datagrid.
in fact, the informations loaded on the select box are just readed from the first page. it seems that the iteration is done just for the first page.
Unfortunately the issue cannot be reproduced locally.
Please, make sure that you’re not using the dynamic loading of your data to the grid. In that case you need to add server-side filters.
If issue still occurs - please, provide any kind of sample of your code to reconstruct the issue.
The problem persists in specific cases, in fact, the text links on the second page is not displayed in the filter.
I use the search box option in paging mode.