I am using custom combo box for filtering the data in the grid. When i change the data in the grid
the filter is not getting refreshed with new data. I used grid.refreshFilters();. Still i face this issue.
Thanks
I am using custom combo box for filtering the data in the grid. When i change the data in the grid
the filter is not getting refreshed with new data. I used grid.refreshFilters();. Still i face this issue.
Thanks
Please, provide with any kind of sample of your custom filter code.
Did you ever solve this issue?
Solved this by calling the refreshFilters() method when the grid’s onEditCell event was fired.