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

Posted on 4 Guys From Rolla See other posts from 4 Guys From Rolla
Published on Wed, 09 Feb 2011 00:00:00 GMT Indexed on 2011/02/09 7:26 UTC
Read the original article Hit count: 217

Filed under:

Over the past couple of months I've 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: we'll 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 >

© 4 Guys From Rolla or respective owner