javascript - How to search in multiple pages in jqgrid? -


could me resolve jqgrid issue? implemented jqgrid pagination function, there 2 pages grid data try search result pages(cross pages)? thanks! seems jqgrid support search result current page, met situation?

if data doesn't contain many lines can set

loadonce: true 

with property data gets loaded datasource once , therefore search works pages.

otherwise ajax service responsible delivering searched data.


Comments