Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to implement paging and sorting option in asp.net mvc 3. Please provide an example.
Posted
Comments
What have you tried?
NowYouSeeMe 14-Aug-14 5:28am    
just use jqgrid plugin

1 solution

Hi Anupama,

For implementing the Paging in mvc application you can use the 'PagedList'.
I am not sure whether it supports the sorting or not but by code for 5-6 line you can easily implement paging in your application .

Here in our organization, we use this for paging so often.

I hope below link will help you..

https://github.com/TroyGoode/PagedList[^]


Have a great coding!!
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900