I was wondering if it’s possible to implement paging and sorting of data using a @foreach Razor syntax instead of using a specific Grid control.
Would it be difficult to implement? Should I stick to existing Grid solutions instead, such as WebGrid or MVCContrib grid?
I wrote an extension method for pagin my lists:
Might be useful for you e.g.