Hi All,
I am new to mvc. and i need to give paging and sorting to my page. can u please give me the detailled information regarding this. i don't use any tool box controls to my page when the time of binding the data. so please give response.
Thanks in advance
uday
Loading
Anuja PawarPosted Jan 4, 2012, 3:29 AM
If you are using MVC 3 with razor, you can use web grid it has built in paging and sorting.
refer this
http://www.dotnetcurry.com/ShowArticle.aspx?ID=615
For other refer this
http://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/
Jignesh TrivediPosted Jan 3, 2012, 1:58 AM
MVC not support inbuilt asp grid control.
if you required paging and sorting then you use MVC Contrib grid,
for same please refer,
http://mvccontrib.codeplex.com/wikipage?title=Grid