Release History

By product

Extensions for ASP.NET MVC (discontinued) 2010.2930

September 29, 2010

Common for all extensions

What’s New

  • Added: MVC T4 support
  • Added: Support for Google Chrome 6

What’s Fixed

  • Fixed: Nested <input> / <select> tags inherit font-size: 100% from telerik styles
  • Fixed: Some of the strongly-typed UI extentions does not work with <%: server tag
  • Fixed: WebAsset Combine doesn't allow data URIs
ComboBox MVC Icon

ComboBox

What’s Fixed

  • Fixed: AutoComplete does not raise change event on document click if item list has never been opened
  • Fixed: ComboBox caches last typed letter on keypress when custom text is entered
  • Fixed: ComboBox does not work with DropDownItems with Value property not set
  • Fixed: ComboBox overrides DropDownHtmlAttributes if they are rendered hidden
  • Fixed: The hidden input of the ComboBox does not render value if item.Value is not set
  • Fixed: DropDowns do not honor the z-index of their container after initialization
DatePicker MVC Icon

DatePicker

What’s Fixed

  • Fixed: DatePicker does not parse short date 11 as 2011, but as 1911
Editor MVC Icon

Editor

What’s New

  • Improved: The unlink tool works when the user has selected text and links

What’s Fixed

  • Fixed: JavaScript error occurs when the editor is blurred after typing (IE)
  • Fixed: Prefixing does not work with the editor
  • Fixed: Initial cursor in the editor content area under Firefox is invisible
  • Fixed: Opening dropdowns clears selection in IE
  • Fixed: Setting the link target does not work
Grid MVC Icon

Grid

What’s New

  • Added: Support for ModelState in ajax editing
  • Added: Option to set the current page through API

What’s Fixed

  • Fixed:: Top pager does not show busy indicator
  • Fixed: Client validation does not work in nested grids when using ajax binding
  • Fixed: Components defined in editor templates didn't register their javascript files
  • Fixed: Content of details view is truncated when it overflows
  • Fixed: Custom toolbar command does not render in MVC1
  • Fixed: Delete command renders as Update and Cancel buttons during ajax inline editing
  • Fixed: DropDownHtmlAttributes breaks ajax hierarchy
  • Fixed: Grouping indicators are broken when Grid is nested in PanelBar
  • Fixed: Header disappears in IE8 after saving (with grouping enabled)
  • Fixed: JavaScript error when invalid page number is entered by the user
  • Fixed: Select command does not render in MVC1
  • Fixed: Server filtering triggers IE8 XSS filter
  • Fixed: StackOverflowException when using OnRowSelected(Action)
  • Fixed: When inserting row in grid with ajax binding is cancelled, IE does not redraw the grid
  • Fixed: Column widths do not preserve their width settings after client-side ungrouping (IE8)
  • Fixed: Insert command requires Edit command
  • Fixed: JavaScript error is thrown when validation is used along with Ajax enabled grid
  • Fixed: Server side grouping and filtering does not work if paging is disabled
  • Fixed: The grid does not submit all input fields during ajax editing
  • Fixed: UI Components in grid popup editor are not clickable in IE 8
NumericTextBox MVC Icon

NumericTextBox

What’s Fixed

  • Fixed: Number format does not honor custom format with '#' only
  • Fixed: NumericTextBox do not work with long or nullable long
  • Fixed: Spin buttons layout is broken when nested in a PanelBar component
  • Fixed: InputHtmlAttributes (maxlength, readonly, disabled) are not copied to the visible input
Menu MVC Icon

Menu

What’s Fixed

  • Fixed: Disabled menu item is still clickable
PanelBar MVC Icon

PanelBar

What’s Fixed

  • Fixed: PanelBar does not de-select items (regression)
TabStrip MVC Icon

TabStrip

What’s Fixed

  • Fixed: TabStrip does not navigate when URL is set
TreeView MVC Icon

TreeView

What’s New

  • Improved: Suppress serialization of redundant TreeViewItem fields

What’s Fixed

  • Fixed: TreeView nodes do not expand or collapse in Opera
  • Fixed: Client-side rendering of treeview nodes is broken if they have child nodes and no Expanded attribute
  • Fixed: NodeDragStart event cannot be cancelled
  • Fixed: Dragging items to collapsed nodes with load-on-demand breaks the TreeView
  • Fixed: TreeView does not work with Slide() animation effect
  • Fixed: TreeView nodes loaded with load-on-demand do not render selected css class
Window MVC Icon

Window

What’s Fixed

  • Fixed: Client-side method center() does not take scrollOffset into account
  • Fixed: Double-clicking window title maximizes non-resizable windows
  • Fixed: Maximized window doesn't hide the scroll of the browser