How to do i need to implemnet paging for jquery grid
I have a gird with user data around like 5000 users in the grid. right now I am displaying all the users in the grid开发者_运维技巧. but I need to make it like only 500 user for page.
So i need to implement paging in the grid with previous and next button on the bottom of the page.
Can any body tell me how to do this?
The Fluid Pager Widget, from their Infusion framework, handles this issue really elegantly on the client side.
If you want to send fewer than 5k records to the browser at a time, you would still need to bake that intelligence into your server-side code.
精彩评论