We used Telerik ASP.NET MVC Extensions GPL 2.0 in our last project extensively. Beside some initial challenges, we able to successfully delivered the project on time. Some of the coolest controls that we used are: Grid, TabStrip, PanelBar, Window, Numeric, Upload.
The features that I liked the most are:
1. In line editing feature of Grid like ASP.NET Grid control.
2. Client side events like OnLoad, OnEdit, OnDelete etc. supported by Telerik controls.
3. Row level formatting in the Grid.
4. Client/Server Template for bound columns.
5. Upload control supports uploading multiple files.
Challenges-
1. No proper support for Dropdown in inline editing Grid.
Reference : http://demos.telerik.com/aspnet-mvc/
Wednesday, November 16, 2011
Subscribe to:
Post Comments (Atom)
I think they released dropdown support for the grid the day on the 15th of November. Demo here: http://demos.telerik.com/aspnet-mvc/razor/grid/foreignkeycolumn
ReplyDelete