user1886415
user1886415

Reputation: 485

WebForm's Gridview in MVC4?

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

Answers (1)

Karl Anderson
Karl Anderson

Reputation: 34846

Check out jQuery DataTables.

There is an actively developed ASP.NET MVC Helper for jQuery DataTables.

Upvotes: 1

Related Questions