0

Is there any example showing how to do virtual paging?

I want to load 25 records on page load, then load the other 25 records on top of the existing 25 when the user clicks on the pager or on next button so it will go back to the server and bring 50 records( the first 25 plus the next 25).

Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
Alaa Osta
  • 4,249
  • 6
  • 24
  • 28
  • 1
    can't find a example for a click and search, but there is an example that loads data on scroll. see http://www.trirand.com/blog/jqgrid/jqgrid.html "New in version 3.4 -> Autoloading data when scroll" – Manuel van Rijn May 03 '12 at 13:44

1 Answers1

1

See demos, section "New in version 3.7" -> Virtual scrolling

dmnc
  • 966
  • 1
  • 9
  • 19
Max
  • 1,090
  • 10
  • 23