Reputation: 4339
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).
Upvotes: 0
Views: 1996