What are the best options for a rich user interface in an ASP.NET MVC application?

So far, I have found the following components for creating ASP.NET MVC views:

What are the other options currently available that insert a nice mesh component?

+6
asp.net-mvc
source share
3 answers

JQGrid Check Out

+2
source share

MVCContrib provides a grid helper for ASP.NET MVC applications. You can read the documentation from here.

+1
source share

There are some grid plugins that I have not used:

0
source share

All Articles