Reputation: 485
I'm making the transition from webforms to MVC4 framework. What is a good alternative to a gridview? Preferably something I could stick a datatable into easily, has sorting, and paging.
Upvotes: 0
Views: 1112
Reputation: 34846
Check out jQuery DataTables.
There is an actively developed ASP.NET MVC Helper for jQuery DataTables.
Upvotes: 1