Telerik Extensions for ASP.NET MVC now support ASP.NET MVC2 RC

Friday, December 18, 2009 by ASP.NET MVC Team | Comments 3

As many of you know yesterday ASP.NET MVC 2 RC was released. We did our best to make Telerik Extensions for ASP.NET MVC compatible with that release and I am glad to announce that you can now download the updated bits from here (open source) or here (licensed).

Changes

There are a few things that changed:

  1. We are now producing two dll files – one for ASP.NET MVC 1 and one for ASP.NET MVC 2. The files differ only in their version:
    For ASP.NET MVC 1 applications you should use Binaries\Mvc1\Telerik.Web.Mvc.dll. Its assembly version ends with 135 (which means MVC v1 .NET 3.5) e.g. 2009.3.1218.135.
    For ASP.NET MVC 2 applications you should use Binaries\Mvc2\Telerik.Web.Mvc.dll. Its assembly version ends with 235 (which means MVC v2 .NET 3.5) e.g. 2009.3.1218.235.
  2. Web asset versioning is only using the first three fields from the assembly version – e.g. 2009.3.1218. This was important so we don’t ship the same CSS and JavaScript files twice.
  3. New solution configurations have been defined so you can build the ASP.NET MVC 2 build. Those are “Debug-MVC2-NET35” and “Release-MVC2-NET35”.

Important!!! This build is only compatible with ASP.NET MVC 2 RC. It does not support with ASP.NET MVC 2 Beta. The required assembly version is 2009.3.1218.235.

 

The online documentation is not updated yet to reflect those important changes. Also we only ship ASP.NET MVC 1 examples.

3 Comments

  • Don 18 Dec 2009
    wohooo. glad u r making these updates. keep 'em coming!
  • Christian Crowhurst 01 Feb 2010
    I've been very briefly playing around the examples in this release. I changed the configuration over to MVC 2.

    I was hoping to be able to see support for inline editing within the grid in conjunction with Html.EditorFor templates as explained here: http://weblogs.asp.net/rashid/archive/2009/11/29/telerik-asp-net-mvc-grid-preview-take-2.aspx

    However, this feature does not appear in the release as far as I can tell. Can you confirm this and also give me an idea as to when I can start playing with these features?

    In particular I am interested in how the Grid is going to integrate with the validation messages added by my controller (server side).

    Thanks in advance.
  • Christian Crowhurst 01 Feb 2010
    I've been very briefly playing around the examples in this release. I changed the configuration over to MVC 2.

    I was hoping to be able to see support for inline editing within the grid in conjunction with Html.EditorFor templates as explained here: http://weblogs.asp.net/rashid/archive/2009/11/29/telerik-asp-net-mvc-grid-preview-take-2.aspx

    However, this feature does not appear in the release as far as I can tell. Can you confirm this and also give me an idea as to when I can start playing with these features?

    In particular I am interested in how the Grid is going to integrate with the validation messages added by my controller (server side).

    Thanks in advance.

Add comment

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