At this point with MVC 3 , what is the best way to use pagination with going through a fixed number of records with data? I prefer to stay away from jgrid and those types of heavy javascript grids… but with all the flavors of html helpers, is there any at this point that really stands out as superior? ( I need to have tabs that each reflect data grid that can be sorted and most importantly have the previous and next buttons )
Share
That’s a subjective question so here’s my subjective answer: personally I like and use MVCContrib Grid and had also great experience with the Telerik MVC Grid as well and may recommend it.