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

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Over the past couple of months Ive authored five articles on displaying a grid of data in an http://www.asp.net/mvc ASP.NET MVC application. The first
article in the series focused on simply http://www.4guysfromrolla.com/articles/121510-1.aspx displaying data . This was followed by articles showing how
to http://www.4guysfromrolla.com/articles/122210-1.aspx sort , http://www.4guysfromrolla.com/articles/010511-1.aspx page , and
http://www.4guysfromrolla.com/articles/011911-1.aspx filter a grid of data. We then examined how to both http://www.4guysfromrolla.com/articles/012611-1.aspx 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!

http://www.4guysfromrolla.com/articles/020911-1.aspx" class="readmore Read More >

View the full article
 
Back
Top