Im new to ASP.NET MVC and want to do a simple page that retrieves some data using Entity and displays it in a paging datagrid.
Can anyone point me in the right direction or to a tutorial etc.
Its just a proof of concept for retrieving a list of stuff and displaying it.
ASP.net MVC Awesome - jQuery Ajax helpers
(demo)jqxGrid
Grid.MVC
(codeplex) sorting, paging, filteringMVCContrib.Grid
jqGrid
(demo)FuelUX repeater
IgniteUI Grid
For that you can use ASP.NET MVC jqGrid.
Below I have mentioned sample code for how to achieve that.
Sample Image
Action Method
Jquery Set up
You can get more details from GridView in ASP.NET MVC Here
OR
Check This Get the Most out of WebGrid in ASP.NET MVC (compatible with MVC 4)
I hope this will help to you.