Telerik Extensions for ASP.NET MVC Q1 2010 is out!
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Fri, 12 Mar 2010 00:00:00 GMT
Indexed on
2010/03/12
13:17 UTC
Read the original article
Hit count: 258
Today we shipped the Q1 2010 release out of the door. Go download the open source or if you are a licensed customer download it from your client.net account.
What is new on the MVC front is:
- No longer in BETA
- New components TreeView, NumericTextBox components, Calendar, DatePicker
- New features Grid grouping, Grid editing, Grid localization
- Using jQuery 1.4.2
- Lots of bug fixes
The rest is mentioned in the release notes.
Breaking changes from Q1 2010 Futures!!!
There is one breaking change since the Q1 2010 Futures release. The Toolbar method of the GridBuilder has been renamed to ToolBar:
<%= Html.Telerik().Grid(Model)
//.Toolbar(commands => commands.Insert()) <- Old
.ToolBar(commands => commands.Insert()) // <- New
%>
For a complete list of changed API of the grid check the changes and backward compatibility help topic.
By the way if you still havent cast your vote for a new product or feature do it now! We will soon start development for Q2 2010.
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner