Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC
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…