Reputation: 187
I need help with filtering rows from jqgrid. I have a grid with large amount of data (title, address, names, some more related info) displayed and in the top i have a list with summary of names.
I need to convert this summary of names into checkboxes and if the user unselects a name, the corresponding rows should be removed from the grid. This was doable with multiple search option but the user wants a very simple checkbox and does not want to go through the steps of adding a filter.
Is there a way i can add the custom filters on select event of this custom checkboxes.
Please advise Desai
Upvotes: 2
Views: 5289
Reputation: 221997
If I understand you correct you the demo which I created for the answer is what you need. The demo shows how you can use postData
parameter of jqGrid to filter the grid contain.
Upvotes: 2