I have a requirement from client that the grid should has a combo filter.This grid should support paging to work with rather big amount of data. Only attach #combo_filter to the grid will cause infinite grid data loading and browser hangs.
Any advice?
Thanks
You can use #connector_select_filter which provides the similar functionality and uses server side filtering ( which means - no limitations on dataset size )
Hi Stanislav,
Thanks. I am not quite familiar with the #connector_select_filter. we only have several list of values(Pending, Start, In-progress and Completed), And client want a drop down list on the grid for filter. Does it possible that just hard code the values instead of retrieving them from the database.