I have a problem with jqGrid when I'm using the options specified. Seems that nothing happens when I click 'Find'.
From jqGrid documentation I understand that sorting and searching is done locally when using loadonce option. Sorting is fine but search not, should it work locally or just server side, if so how to do that?
Thanks
Ovidiu
According to the Search Configuration section of the jqGrid documentation:
Currently we do not have module for searching on local data i.e when a datatype options is set to local. All the searching is done server side.
So you will need to implement search using a server-side data source. You should be able to follow the examples on the jqGrid site to put at least a first-cut of this together.
Update
As of 3.7, jqGrid now supports local searching of data. Please see the same link at Search Configuration and the jqGrid Demos under the section New in version 3.7
for more information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With