Release History

By product

Extensions for ASP.NET MVC (discontinued) 2010.31110

November 9, 2010

New Extensions

  • TimePicker - The time picker extension combines input with attached timeview popup and allows you to enter time directly or select it from the popup.Major features include: Globalization, Built-in MVC client and server validation support, Animations and Rich client API and events.
  • DateTimePicker - The component joins the features of the DatePicker and TimePicker Telerik MVC components (having separate popups for date and time selection).

Common for all extensions

What’s New

  • ASP.NET MVC 3 Beta support
  • Added: Enable() method for input components
  • Added: Russian localization files for Grid and Editor extensions
  • Added: Ukrainian localization files for grid and editor extensions
  • Added: Improved/added RTL support for all MVC extensions
  • Improved: Enhanced accessibility for all MVC extensions

What’s Fixed

  • Fixed: An exception was thrown when creating custom authorize attribute type in .NET 4.0
  • Fixed: Could not create correct Area URL with Navigation component's Action method.
  • Fixed: IsAccesibleUser method throws exception if controller does not exist
  • Fixed: Navigation components do not support dublicated controllers in different areas
  • Fixed: Buttons with icon and long text look squeezed (potentially layout breaking change - all buttons widths are increased by 8px)
  • Fixed: Custom authorize attribute was not handled correctly by isAuthorizedUser method
Visual Studio Extensions Icon

Installer and VS Extensions

What’s New

  • Added: Configurable RTL support through the MasterPage settings in the wizards

What’s Fixed

  • Fixed: Telerik MVC projects get broken after installing an update
Calendar MVC Icon

Calendar

What’s Fixed

  • Fixed: Calendar styling is broken when nested within TabStrip
ComboBox MVC Icon

ComboBox

What’s New

  • Added: ComboBoxFor<> selects item depeding on the lambda expression
  • Improved: AutoCompleteFor<> extension should set the value of the component from passed Model.Property

What’s Fixed

  • Fixed: ComboBox does not maintain selected item after post back
  • Fixed: Combobox which is Ajax-bound to SelectList collection does not honor the Selected property
DatePicker MVC Icon

DatePicker

What’s Fixed

  • Improved: Handling of min and max values. Now the user is restricted to input a value within range

What’s Fixed

  • Fixed: Client date parsing does not parse time correctly
  • Fixed: OnChange event fires twice when entering date manually
  • Fixed: Select boxes in IE6 bleed through datepicker's calendar (reproducible with the grid's filtering menu)
Editor MVC Icon

Editor

What’s New

  • Added: Allow localization of "inherit" text

What’s Fixed

  • Fixed: Editor is empty and read only when put in a window or moved in DOM
  • Fixed: JS error izs thrown when pasting content at the end of a list (IE)
  • Fixed: Hovering editor tools when editor is nested in panelbar hides the toolbar icons
Grid MVC Icon

Grid

What’s New

  • Added: Grid toolbar template
  • Added: Column header and footer template
  • Added: Column reordering feature
  • Added: Ajax binding to JsonResult
  • Added: Option to set custom attributes for form html element generated during editing
  • Added: Support for MVC3 unobtrusive validation
  • Added: Ability to specify the editor template per column and per grid (depending on the editing mode)
  • Added: Databinding to .NET 4 dynamic types
  • Improved: Better support for grouping with custom server binding
  • Improved: Grid columns are html encoded by default during ajax binding
  • Improved: Throw custom exception when the grid doesn't find the key from a localization file
  • Improved: DataTable binding

What’s Fixed

  • Fixed: Ajax binding to array of strings does not work
  • Fixed: Boolean fields are always required in popup editing mode if they don't have a corresponding column
  • Fixed: Edit pop-up window was not re-created on opening
  • Fixed: NullReferenceException is thrown if Html.BeginTemplate is used in a template column
  • Fixed: RegularExpression validators do not work in nested grids
  • Fixed: Sometimes a JavaScript error is thrown when going in edit mode if model contains properties which are null
  • Fixed: Pager buttons URLs are not generated correctly if a custom select action is configured
  • Fixed: Filtering icons are not shown when sorting is disabled (Chrome/Safari)
  • Fixed: Toolbar and grouping in RTL mode show up in LTR
  • Fixed: Unexpected form post on enter when there is only one input in in-place edit mode with Ajax binding
Menu MVC Icon

Menu

What’s Fixed

  • Fixed: The user can open disabled menu items
NumericTextBox MVC Icon

NumericTextBox

What’s New

  • Improved: Handling of min and max values. Now the user is restricted to input a value within range

What’s Fixed

  • Fixed: Input value is not parsed correctly on blur
  • Fixed: 'DEL' button from keyboard pad is not allowed as a decimal separator when the component is globalized
TabStrip MVC Icon

TabStrip

What’s Fixed

  • Fixed: Multiple clicks on TabStrip items before content is loaded with Ajax triggers multiple requests
  • Fixed: Specifying style in ContentHtmlAttributes does not work on selected tabs
TreeView MVC Icon

TreeView

What’s New

  • Improved: Added dropPosition event argument to nodeDrop event

What’s Fixed

  • Fixed: Checkboxes do not render correctly on the client-side
  • Fixed: Checked property of TreeViewItem was not serialized
  • Fixed: Disabled TreeViewItem does not render its checkbox disabled
  • Fixed: disable client-side method does not disable checkboxes if ShowCheckBox(true)
  • Fixed: Expanding/collapsing load-on-demand nodes does not trigger expand/collapse event
  • Fixed: Node collapses when calling the enable() client-side method
Window MVC Icon

Window

What’s New

  • Added: Activate event (fired when opening animation finishes)

What’s Fixed

  • Fixed: Content area shrinks with 3px on each open/close in IE
  • Fixed: Window overlay does not work when second modal window is opened
  • Fixed: Nested elements with position: relative get fixed position when there are scrollbars (IE only)
  • Fixed: Open / activate events are not triggered when window is created through client-side script