jqGrid Reload Filter Values After .trigger(“reloadGrid”)
问题 I have a jqGrid where I have local filter/sort capability enabled. I am reloading the grid (from the server) when a custom refresh button is clicked which calls .trigger("reloadGrid") after I set the datatype to JSON. The reload is successful, however when there is a value in one of the filter fields at the top of the column it is losing that value. I am trying to save the postData.filters before setting the value to JSON, then after the reload I'm trying to set the new filters to the saved