Telerik blogs

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:

 

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 haven’t cast your vote for a new product or feature do it now! We will soon start development for Q2 2010.


About the Author

Atanas Korchev

 is Team Leader in Kendo UI Team

Comments

Comments are disabled in preview mode.