Sorting and Paging a Grid of Data in ASP.NET MVC
        Posted  
        
        on 4 Guys From Rolla
        
        See other posts from 4 Guys From Rolla
        
        
        
        Published on Wed, 26 Jan 2011 00:00:00 GMT
        Indexed on 
            2011/01/28
            23:27 UTC
        
        
        Read the original article
        Hit count: 563
        
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 >
© 4 Guys From Rolla or respective owner