Is it possible to search locally in jqGrid with treeGrid installed
- by Nehu
I am using jqGrid with treeGrid. I have added a filterToolbar. I would like to search locally instead of having a server call. The treegrid docs say that, "When we initialize the grid and the data is read, the datatype is automatically set to local."
So, is it possible to implement local search with treeGrid. I tried the below configuration, but…