Shipped Telerik Extensions for ASP.NET MVC Q2 2010 Beta

Wednesday, July 14, 2010 by ASP.NET MVC Team | Comments 3

We just shipped the beta of the Q2 2010 release. Download instructions for the beta can be found in the announcement forum thread. Why a beta when other Telerik products had their betas a month ago? We decided to postpone the official release of Telerik Extensions for ASP.NET MVC so we can deliver … three five new components! The official release would ship later this summer.

New Components

Telerik Editor for ASP.NET MVC

image

In its first release the editor will contain only the most necessary text editing tools. We aim to keep it small thus more complex tools (image manager, table wizard etc) will be released as external plugins in the releases to come. We also aim at producing the same valid XHTML in all supported browsers. Telerik Editor for ASP.NET MVC is inspired by Microsoft Word and we really put a lot of effort to provide similar user experience.

Telerik ComboBox for ASP.NET MVC

This actually includes three components – ComboBox, DropDownList and AutoComplete. Why three you may ask. Each of those components servers a different purpose (also note the different looks):

  • The dropdownlist is a skinned equivalent of the Html.DropDownList() which happens to support ajax and web service binding.
    image
  • The combobox has all the features of the dropdownlist plus the important fact that the end user can input a value which is not present it the item list. Additionally the combobox can filter its items based on the typed value.
    image
  • The autocomplete is a Html.TextBox() with the added feature to suggest a list of values. It also filters those values based on the user input and the end user can pick more than one value. Remember the “To …”  textbox in Microsoft Outlook"? That’s exactly how Telerik AutoComplete for ASP.NET MVC behaves.
    image 
    The complete feature matrix of the combobox-like components can be found in the Combobox Introduction help topic.

Telerik Window for ASP.NET MVC

The window supports animation, resizing, drag and drop – all the stuff you would expect from a decent window component. Plus it is is used the editor and grid (read ahead).

image

 

New Features

Popup and form editing mode for Telerik Grid for ASP.NET MVC

The grid now supports popup:
image
and in-forms editing modes:
image

Master / Detail (a.k.a. hierarchy) support for Telerik Grid for ASP.NET MVC

The grid now allows you to define a detail template. This helps you implement hierarchy:
image
and master / detail:

image

Column resizing support for Telerik Grid for ASP.NET MVC
image 
Other improvements in Telerik Grid for ASP.NET MVC

Those include:

 

As usual we have provided full release notes.

 

Please let us know what you think of the beta!

3 Comments

  • Welliam 27 Jul 2010
    Hi
    I am really looking for detail info about how I can use Telerik ASP.NET AJAX controls with MVC, I found this post back in 2008
    http://blogs.telerik.com/AtanasKorchev/Posts/08-11-06/ASP_NET_Ajax_Controls_in_ASP_NET_MVC.aspx

    you said that there are many limitation and I must do things in a certain ways I think these all changed now, so what I should do to the current releases of AJAX controls to use them with MVC ?

    Thanks
  • Jiho Han 18 Aug 2010
    What I am looking for is way to create a grid from a non-strongly-typed type.

    Is the grid able to display an arbitrary object?  or something like a DataSet/DataTable?

    If I had an object with an index property named Fields:

    public class Foo
    {
        public object Fields[string name] { get; set; }
    }

    How hard/easy would it be to modify the source to do this?
    Or does Telerik have any plans to support this scenario?
  • Will Wojczyk 19 Aug 2010
    How do I change the template for the PopUp Editing Mode on the Grid?

Add comment

  1. Formatting options
       
     
     
     
     
       
  2. (optional, emails won't be shown on public pages)
  3. (optional)