Tony,
I am also getting same problem. Search and paging are not working for the JSON.
I am using simple grid.
Please see the following code.
}); $(“##list”).jqGrid('navGrid','##pager',{add:false,edit:false,del:false}); }); } id: “id” cell: “”, total: “TOTAL”, page: “PAGE”, root: “ROWS”, jsonReader: { caption: “#rc.grid#”, viewrecords: true, sortorder: “desc”, rowList:[10,20,30], rowNum:10, }, $(“##”+subgrid_table_id).jqGrid('navGrid',”##”+pager_id,{edit:false,add:false,del:false}) }); jsonReader: { repeatitems : false, root:”attribute” } width: '100%',