Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC

  • Thread starter Thread starter 4GuysFromRolla.com
  • Start date Start date
4

4GuysFromRolla.com

Guest
Over the past couple of months Ive authored five articles on displaying a grid of data in an ASP.NET MVC application. The first article in the series focused on simply displaying data. This was followed by articles showing how to sort, page, and filter a grid of data. We then examined how to both sort and page a single grid of data. This article looks at how to add the final piece to the puzzle: well see how to combine sorting, paging and filtering when displaying data in a single grid.

Like with its predecessors, this article offers step-by-step instructions and includes a complete, working demo available for download at the end of the article. Read on to learn more!
Read More >

View the full article
 
Back
Top