Hello,
I have a problem. I have a grid loading data using JSON. I use the extended filter and I'd like to set some filter values and have the grid recovers the filtered data, but still allowing the user to change the filtered values. Using postData grid param I am able to set the filter, but it is not applied. How can I apply it automatically?
Here is my code:
jQuery(“#list1”).jqGrid( {
url:'json.php',
datatype: “json”,
colNames:[ … ],
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top