Jqgrid -Search functionality - How to perform search locally for entire data set,without considering the pagination.
I have nearly 1500 records in my database and jqgrid has pagination . So if I search for something,it should perform search with entire dataset irrespective of the page in the grid and it should not request database everytime ,it should be loaded only once.
Thanks In Advance