Release History

By product

Extensions for ASP.NET MVC (discontinued) 2011.1315

March 15, 2011

New extensions

  • Upload - this component performs asynchronous/synchronous file upload and leverages HTML5 features (in browsers which support them) like drag and drop/multiple file upload and native progress monitoring
  • Splitter - light-weight splitter extension which will give you the ability to separate the content on our MVC screens into individual collapsible panes. Furthermore, the end user can control the UI presentation having resizable area for each content module
  • Slider - incorporates integral slider features like selecting value from a defined range, range selection with 2-drag handles, orientation, ticks, etc. Consists of two sub-extensions - Slider and RangeSlider.

Common for all extensions

What’s New

  • Added: IE9 RTM support
  • Added: Google Chrome 10 support
  • Added: Ability to prevent the ScriptRegistrar from rendering the registered JavaScript files
  • Added: New Office2010 Black skin
  • Improved: TouchScrollExtender support for mobile devices
  • Improved: The action method used during custom binding no longer needs the GridCommand parameter to be called "command"

What’s Fixed

  • Fixed: Exceptions are thrown when the asset query string is invalid
  • Fixed: "Operation could destabilize the runtime" error in Azure with IntelliTrace enabled
Visual Studio Extensions Icon

Installer and VS Extensions

What’s New

  • Improved: Installer UI - installation wizard requires less clicks
  • Improved: VSExtensions removal by the installers
  • Improved: Installer prompts for Visual Studio close when Visual Studio blocks the setup
  • Improved: Installers should not display the FatalError screen when a known error happens
  • Improved: Progress text refresh happening too fast
  • Improved: Visual Studio Templates setup - display informative message when the setup fails

What’s Fixed

  • Fixed: Uninstall/Upgrade failure when Live Demos folder is deleted
  • Fixed: Installation fails when installing while Visual Studio is running
  • Fixed:All VS template files are saved in the machine's default encoding instead in Unicode
  • Fixed: Upgrade log shows invalid warnings when upgrading project with GAC references with other GAC references
  • Fixed: Reference not updated if the referenced assembly is contained in the project
  • Fixed: Browsed custom distributions not persisted
Calendar MVC Icon

Calendar

What’s Fixed

  • Fixed: DatePicker disappears when in window under IE6
  • Fixed: Globalized DatePickerFor throws InvalidOperationException on rendering after postback
  • Fixed: Posting incorrect DateTime to the server causes conversion error
  • Fixed: Override of WriteHtml does not call base.WriteHtml
ComboBox MVC Icon

ComboBox

What’s New

  • Added: Open-On-Focus functionality for ComboBox UI component
  • Added: value method for ComboBox and DropDownList component, which allows to select item depending on its value
  • Added: value method which sets input text for the AutoComplete UI component

What’s Fixed

  • Fixed: ComboBox throws exception if it is named to a ViewData key which does not return string while evaluating ViewData
  • Fixed: ComboBox/DropDownList do not allow to select different items with same text and different values
  • Fixed: ComboBox will throw an exception on filtering if not bound initially
  • Fixed: dataBind method does not select correct item if its Select property is set to true
DatePicker MVC Icon

DatePicker

What’s New

  • Added: Open-On-Focus functionality for Date/Time picker components
Editor MVC Icon

Editor

What’s New

  • Added: Image upload dialog

What’s New

  • Fixed: Single quotes in style attribute values are not properly encoded in IE
Grid MVC Icon

Grid

What’s New

  • Added: Batch editing feature
  • Added: Grouping aggregates
  • Added: Group header/footer template
  • Added: PageSize combobox pager item
  • Added: Radio button editing support with ajax binding
  • Improved: Support for populating editor through ajax binding when in edit mode

What’s Fixed

  • Fixed: Filtering does not work in Chrome if the end user clicks the button icon
  • Fixed: Custom toolbar command buttons are triggering validation and producing a javascript error
  • Fixed: first column missing border in RTL mode
  • Fixed: footers are not scrolled
  • Fixed: ImageOnly buttons are not shown when Ajax binding is used
  • Fixed: Pressing enter key in textarea should not update the record
  • Fixed: Url is not correctly decode when TabStrip or PanelBar a within Grid's detailView
  • Fixed: ModelState errors for nested objects are not shown when updating through Ajax binding
  • Fixed: The client-side rebind() method sends parameters in the query string instead as part of the POST data
  • Fixed: Cannot expand details view in server binding mode when the parent grid is scrollable
  • Fixed: Sort order is not cleared if rebind is executed
NumericTextBox MVC Icon

NumericTextBox

What’s New

  • Improved: NumericTextBox component does not allow decimal point at first position of the input element.
  • Improved: Restrict end user to type special characters in NumericTextBox component

What’s Fixed

  • Fixed: Pasting in NumericTextBox UI component throws an exception in IE