kart
kart

Reputation: 625

Paging in MVC + Jquery

I need to add paging for my users view page, i got all the datas using Json to show in the table..i need to add paging and and also i can able to change number of users to show in a particular page. any simple Jquery plugin or source code will be very much helpful to me.

Upvotes: 0

Views: 1069

Answers (3)

sudhir
sudhir

Reputation: 21

Use the jQuery flexigrid plug-in:

http://www.flexigrid.info/

Upvotes: 0

Sharique
Sharique

Reputation: 4219

I suggest you to use Telerik's MVC Components. Is it simple and easy to use and build on the top of jquery and it is Open source.

Upvotes: 0

Alex Sexton
Alex Sexton

Reputation: 10451

If you are looking for a grid that takes json data and automatically does paging for you, you might be interested in jqGrid ( http://www.trirand.com/blog/ ) which is a great way to hook up a dataset to a powerful front end grid. I'm not sure if a grid is necessarily the right choice for your use case, but it seems to be what you are asking for.

Upvotes: 1

Related Questions