Filtering jqGrid by multiple group conditions at client side

醉酒当歌 提交于 2019-12-25 09:42:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!