Sorting and Paging a Grid of Data in ASP.NET MVC
This article is the fifth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application.
Previous articles in this series examined how to sort,
page, and filter a grid of
data, but none have looked at combining one or more of these features in a single grid. This article and the next one show how to merge these features into a single
grid. In particular, this article looks at displaying a grid that can handle both sorting and paging. The subsequent article will examine combining sorting, paging
and filtering.
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 >