Using jqGrid multiple searching how can you programatically "clear" the search options?
The "clear" should ensure no filters
are being sent to the server and that the GUI search box does not contain any search criteria..
We are currently calling trigger("reloadGrid")
. We'd like to call a clearSearchCrieria()
type method before reloadGrid so that no filters
are passed to the server or show up in the GUI search box..
??