I have the same problem. In my App is search by tags. So, when user clicks some tag I run:
$('#list').setGridParam({ postData: {filters: '{”groupOp”:”AND”,”rules”:[{“field”:”tags”,”op”:”cn”,”data”:”' + tag + '”}]}', searchcloud: true, search:true, _search:true} }).trigger(”reloadGrid”);
but I still get :
| search |
false |
| dimas |
true |
| filters |
{"groupOp":"AND","rules":[{"field":"tags","op":"cn","data":"txt"}]} |
| nd |
1261588985413 |
| page |
1 |
| root |
7b49d142f2ebb7ded0a4f928d5652db8 |
| rows |
50 |
| search |
true |
| searchcloud |
true |
| sidx |
name |
| sord |
|
asc
I use jqGrid 3.6, and tried. Could you give me any suggestion ?
Thanks in advance.