Release History

By product

Extensions for ASP.NET MVC (discontinued) 2010.1309

March 8, 2010

New controls

  • Calendar - component providing date selection functionality and Vista-like navigation between months, years and decades (using JQuery animations). It also supports globalization, keyboard navigation and exposes rich client-side API and events.
  • DatePicker - component that allows you to quickly implement the most widely used date selection interface for your web scenarios. DatePicker for ASP.NET MVC parses human-readable, relative dates, obeys to client and server validation and has integrated globalization and keyboard support.
  • NumericTextBox - a set of four numeric text box extensions for displaying and editing numeric values in integer, double, currency and percent format. Important highlights are: spin buttons, client and server validation, globalization and keyboard support as well as rich client API and events.
  • TreeView - The tree component will facilitate the display, management and navigation of hierarchical tree-like structures. Major features include: load on demand for the current expanded section, drag and drop in the same within the same treeview, binding to sitemap or model, client-side binding to WebServices and JSON objects, templates, expand animations and checkbox support.

Common for all extensions:

What’s New:

  • Builds for ASP.NET MVC 2.0 RC/RC2 and ASP.NET MVC 1.0 - Following our tradition to closely follow Microsoft’s ASP.NET MVC release schedule, we ship the Q1 2010 Beta of Telerik Extensions for ASP.NET MVC with two builds: one supporting the latest version of the Microsoft ASP.NET MVC 2.0 framework and the other for ASP.NET MVC 1.0.
  • New installer - With Q1 2010 Beta the Telerik Extensions for ASP.NET MVC are equipped with a new installer including documentation, demos and source code. Upon installation you will be able to choose between the MVC 1.0 and MVC 2.0 distributions.
  • Added: Visual Style Builder support for Telerik Extensions for ASP.NET MVC
  • Added: Binding Navigation components to heterogenic collection.
  • Added: Overload for navigation item .Content() method, which will accept string (applicable for PanelBar, Menu, TabStrip and TreeView)
  • Improved: Improvement in HighlightPath functionality of TabStrip and Menu
  • Improved: Load the content on demand when item is selected on initial load (applicable for PanelBar and TabStrip)

What’s Fixed:

  • Fixed: Shared groups defined in web.config are disabled by default
  • Fixed: Filtering menu does not appear at the right position
Grid Icon

Grid

What’s New:

  • Added: Grouping support
  • Added: Editing functionality with server, ajax and webservice binding
  • Added: OnDataBound client-side event for the grid
  • Added: Option to hide the grid footer
  • Added: Allow grid sorting / filtering state to be set from the server
  • Added: Option to hide a grid column
  • Added:: Localization support for the grid
  • Added:: Support for readonly columns
  • Improved: New filtering UI for enum values
  • Improved: Clear filtering UI after calling the rebind method

What’s Fixed:

  • Fixed: Filter expression is not cleared when doing rebind()
  • Fixed: Filtering does not work with properties containing numbers
  • Fixed: Server filtering does not work if there is route value specified
  • Fixed: String equal and not equal filters are case-sensitive
  • Fixed: HtmlAttributes are not applied
  • Fixed: Server filtering does not work in some scenarios