on jqgrid, I want to change criteria to get new records, it means I cannot apply the new query. I did not find the events or functions to do. I just found
jQuery("#sg1").clearGridData(true).trigger("reloadGrid")
Please advice me
on jqgrid, I want to change criteria to get new records, it means I cannot apply the new query. I did not find the events or functions to do. I just found
jQuery("#sg1").clearGridData(true).trigger("reloadGrid")
Please advice me
Hi friend try this,
$("#jqgrid-id").jqGrid('setGridParam', {postData: { "param1": "somevalue"} }).trigger("reloadGrid");