Release History

By product

Extensions for ASP.NET MVC Open Source (discontinued) 2010.2825

August 24, 2010

New Extensions

  • Editor - the component allows you to edit text content in html format and supports fonts customization, headings and alignments, bulleted and numbered lists, etc. It also provide light-weight hyperlink and image dialogs, allows to apply user-defined css styles and produces the same html ouput accross different browsers.
  • Combobox - a set of three extensions which feature regular dropdown list, combobox and auto-complete capabilities. The components also expose load-on-demand and flexible data-binding via ajax and web-services
  • Window - this component has common maximize/restore, resize, refresh and drag window behaviors along with animations, modality and rich client-side API

Common for all extensions

What’s New

  • Razor view engine support
  • Support for ASP.NET MVC 3 Preview 1
  • Added: Support for "T" and "t" date formats

What’s Fixed

  • Fixed: Id property of ViewComponentBase does not replace "[" and "]" with "_"
  • Fixed: Client object is not available during the OnLoad event
  • Fixed: When setting input value in IE cursor position is set to 0
  • Fixed: If in stylesheet an image is specified via an empty URL, exception will be thrown if combine is enabled
  • Fixed: Navigation components render expand/collapse icon even when there are no available child items
  • Fixed: JavaScript files are output twice when manually registered with the ScriptRegistrar
Visual Studio Extensions Icon

Installer and VS Extensions

What’s New

  • Telerik MVC project Visual Studio templates and auto-upgrade wizard

What’s Fixed

  • Fixed: Files extracted to C drive even if other drive specified as Install location
Calendar MVC Icon

Calendar

What’s Fixed

  • Fixed: The calendar does not calculate the start date of the month view correctly.
DatePicker MVC Icon

DatePicker

What’s New

  • Added: Enable/Disable client methods for datepicker
Grid MVC Icon

Grid

What’s New

  • Added: Grid hierarchy feature with server, ajax and web service expand modes
  • Added: Auto-generated edit forms and popup editing
  • Added: Grid column resizing
  • Added: Configure grid columns from controller
  • Added: Client binding support for number formatting
  • Improved: "is true", "is false" and date picker title are now localizable
  • Improved: Added vertical-align: middle to grid CSS - looks better with multi-line text

What’s Fixed

  • Fixed: Grouping row background is broken under Chrome 5
  • Fixed: Hidden columns distort grid contents
  • Fixed: Non-scrollable grid doesn't respect RTL
  • Fixed: Tabbing to Insert and hitting enter inserts the record twice when the grid is server bound
NumericTextBox MVC Icon

NumericTextBox

What’s New

  • Added: Enable/Disable client methods for numerictextbox
Menu MVC Icon

Menu

What’s Fixed

  • Fixed: Menu popups lose their z-index when quickly moving outside and inside them
  • Fixed: Exception is thrown if the css class of the menu item is set
TreeView MVC Icon

TreeView

What’s New

  • Added: Reload method for reloading treeview item content

What’s Fixed

  • Fixed: TreeView doesn't render NavigateUrl on items that are rendered on the client (Ajax / WebService / ClientSideRendering)
  • Fixed: TreeView does not take into account the Expanded property of the JSON object.
  • Fixed: Drop position is never "after"
  • Fixed: Clicking disabled items trigger select client-side event

Changes

  • The TreeViewItemModel class has been obsoleted. Use the TreeViewItem class instead