Question

I am developing an ASP.NET MVC 4 application using MVC scaffolding. Currently it returns all rows in a single fetch and displays them in the grid. However, I want to implement paging within the same so that it doesn't create any problem when the data are in large volume.

Any idea of how can we implement paging quick and easy way in MVC 4?

Était-ce utile?

La solution

This link helped me to find out the proper way for paging, sorting and filtering.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top