Search code examples
paginationjqgrid

jqgrid paging without caching


I need to a scroll paging with jqgrid where I query the database each time the user scrolls the vertical bar.

Is this possible with jqgrid? If so, I would like to see a simple example.


Solution

  • The official demo conttains the examples under "New in version 3.6" / "True scrolling Rows" and "New in version 3.7" / "Virtual scrolling".