| 4GuysFromRolla.com |
This article is the fourth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application.
The previous two articles in this series - Sorting a Grid of Data in ASP.NET MVC and
Displaying a Paged Grid of Data in ASP.NET MVC - showed how to sort and page
data in a grid.
This article explores how to present a filtering interface to the user and then only show those records that conform to the filtering criteria.
In particular, the demo we examine in this installment presents an interface with three filtering criteria: the category, minimum price, and whether to omit
discontinued products. Using this interface...(Read whole news on source site)




