asp.netgridviewpaginationclient-sideasp.net-2.0

GridView: Can I implement client-side paging?


Regarding ASP.NET's GridView server control:

Can I bind to a datasource in the code-behind, load the entire resultset, and then implement client-side paging without postbacks?

If this isn't possible with GridView, I'm willing to implement a custom solution.

EDIT: My GridView instance sits inside of a nyroModal (jQuery) pop-up div, which is why I need a non-postback solution.


Solution

  • The jQuery tablesorter pager plug-in might work.