I am trying to understand the search functionality of multiplegroup: true. I am using the below demo:
http://www.ok-soft-gmbh.com/jqGrid/SearchingDialogAboveGrid.htm
Here if I give client = test5 and in the subgroup client = test6 with ‘OR condition’, I am expecting two rows. However i get no records to view.
Please help me understand.
The problem which you describe is a bug in jqGrid. I posted the corresponding bug report here. I will inform you after the corresponding fix will be ready.
As a workaround you can modify the
postData.filtersinside ofonSearchso that the search requests likewill be transformed to another equivalent queries
In the answer and another one demonstrate how one can modify the filter from
postData.filtersbefore the filter will be apply by jqGrid.