TrustyCoder
TrustyCoder

Reputation: 4789

control toolkit for asp.net mvc

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

Thanks in advance.

Upvotes: 2

Views: 2715

Answers (3)

Kevin
Kevin

Reputation: 11

The Mvc Controls Toolkit offers server controls that are comparable with the ones of Web Forms. See here: http://mvccontrolstoolkit.codeplex.com/

Upvotes: 1

Brian Mains
Brian Mains

Reputation: 50728

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.

Upvotes: 0

alexn
alexn

Reputation: 58962

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.

Upvotes: 1

Related Questions