I'm connecting jqgrid to json that is being output from SOLR which deals only in records and has no concept of pages.
How can I intercept a paging request for more data & modify the start query arg?
For example, if my data has 100 records total & 10 records on a page, using the pager to go to page2 sends a GET with start=2. I need to change that to start=20.
Thanks!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top