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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top