views:

190

answers:

4

Hi, I want to implement paging in Repeater via JQuery. Is it possible? If yes, then how I achieve this?

A: 

Perhaps you can use one of these jQuery plugins?

DOK
+2  A: 

The tablesorter pager plugin is pretty sweet and works well with the tablesorter sorting functionality.

Russ Cam
It's a interesting link but I'm not sure TableSorter could be used as a repeater? You can see repeater functionality on client side at http://encosia.com/2008/06/26/use-jquery-and-aspnet-ajax-to-build-a-client-side-repeater/
Junior Mayhé
A: 

If you want to load all of the pages at once, try this plugin.

SLaks
A: 

Can someone please try to explain the concept of how this can be achieved instead of just poining to a plugin?

Karthik