问题
I have Jqgrid, where i am showing the transaction history of my bookings And i am using custom filtering on that grid.
Now i have two textboxes, one set of checkboxes representing status and another set of checkboxes representing Product type Out side of jqgrid.
1) Date textbox
2) User Name textbox
3) pending checkbox (status checkbox)
4) confirm checkbox (status checkbox)
5) fail checkbox (status checkbox)
6) Shoe (product checkbox)
7) mobile (product checkbox)
My scenario is, we can choose multiple checkboxes for status, multiple checkboxes for product checkboxes and can type in textboxes.
If user selects failed, Confirm checkboxes and Mobile checkbox and types some name in the name textbox.., then the user need to get the
list of Mobile products those are Confirmed or failed and under the keyed user typed in User Name textbox.
Please help me with this JqGrid filtering.
Thanks in advance
来源:https://stackoverflow.com/questions/43512436/filtering-jqgrid-by-multiple-group-conditions-at-client-side