tags:

views:

34

answers:

2

hi, Is there a good enough Control toolkit framework for ASP.net MVC that includes useful controls like calendar, tree, grid etc.

Thanks in advance.

+1  A: 

From what i know, the most popular and active (in development) is the Telerik ASP.net MVC Components. Demos here.

If you just need a grid, MVCContrib has a good one.

alexn
A: 

Hey,

Telerik's MVC framework as mentioned above is good; it has a really nice grid, but does not have the calendar/tree components. However, if you can wait until march, it has the other two components you are looking for. See the roadmap at: http://www.telerik.com/products/aspnet-mvc/whats-new/roadmap.aspx.

Brian