Release History

By product

Extensions for ASP.NET MVC (discontinued) 2011.31306

January 5, 2012

Common for all extensions

What’s New

  • Improvement: Added jQuery 1.7.1 compatibility
  • Improved: Navigation components use the AuthorizationContext.Result to determine whether the link is available
  • Improved: Updated Razor editor templates to use strongly-type components (For<>)
Visual Studio Extensions Icon

Installer and VS Extensions

What’s Fixed

  • Fixed: Launch Demos error on install when Visual Studio 2010 missing
Calendar MVC Icon

Calendar

What’s Fixed

  • Fixed: Inconsistent date parsing behavior
Chart MVC Icon

Chart

What’s New

  • Added: Plot bands for the value and category axis
  • Added: Title for the value and category axis
  • Added: New client-side event (error) for data binding errors. Calling e.preventDefault() suppresses the error message

What’s Fixed

  • Fixed: Automatic axis minimum can be larger than series minimum value
  • Fixed: Chart is clipped when charts with different sizes are on the page (Firefox/IE)
ComboBox MVC Icon

ComboBox

What’s New

  • Improvement: Added placeholder (optionLabel) for the DropDownList/ComboBox component
  • Improvement: Support for chinese autocomplete
  • Improvement: Added support for form.reset()

What’s Fixed

  • Fixed: Multiple comboboxes cause focus/blur loop in IE
  • Fixed: Quick clicks break the open functionality
DatePicker MVC Icon

Date/Time Pickers

What’s Fixed

  • Fixed: Inconsistent date parsing behavior
  • Fixed: DateTimePicker does not update the dateView the first time when the value() method is called
  • Fixed: Error class is not applied on blur
  • Fixed: TimePicker renders max time twice
Editor MVC Icon

Editor

What’s Fixed

  • Fixed: Color pickers trigger a JS error when closing
  • Fixed: JavaScript error is thrown when "Insert Ordered List" is pressed and the editor is empty
Grid MVC Icon

Grid

What’s New

  • Improvement: Extended editing API
  • Improved: Filter menu for ForeignKey column should show dropdownlist with possible values

What’s Fixed

  • Fixed: Filter menu can open outside the component boundaries when horizontal scrolling is present
  • Fixed: Keyboard navigation does not work when TAB key is pressed and the next column is hidden
  • Fixed: Column reisizing does not resize grid footer on scrollable grid
  • Fixed: Column resizing does not operate properly with column hiding
  • Fixed: Context menu does not disable checked checkbox on initial load
  • Fixed: Keyboard navigation does not focus the correct cell in Chrome for inserted item when TAB key is pressed
  • Fixed OnColumnResize handler called twice
  • Fixed Incorrect header area padding when Mac OS Lion is used and grid scrolling is enabled
  • Fixed: Reordering sorted column displays sorting text in the cue
  • Fixed: Selecting an item throws JavaScript error
  • Fixed: Setting column to hidden does not work if HtmlAttributes["style"] does not end with the symbol ';'
  • Fixed: "parseeror" is specified instead of "parsererror" when the ajax response is not JSON
  • Fixed: Aggregates on more then 3 levels are not calculated correctly
  • Fixed: Deleting item which has an expanded detailView during InCell edit mode does not remove the detailView
  • Fixed: Filter value of numeric columns is not cleared
  • Fixed: Error is thrown if RowAction is used in conjunction with group footer
  • Fixed: JavaScript error is thrown when the response is not JSON
  • Fixed: JavaScript error is thrown during server popup editing when url contains single quotes
  • Fixed: Model binder serializes inputs without a name, causing server errors
  • Fixed: Pressing enter does not trigger filtering in IE
NumericTextBox MVC Icon

NumericTextBox

What’s Fixed

  • Fixed: Input components does not render correct value on postback
  • Fixed: NumericTextBox does not change text color when disabled
  • Fixed: Number with leading decimal point is parsed with delay
  • Fixed: NumericTextBox does not allow to enter "-" when min value is null
  • Fixed: NumericTextBox parses exponential number incorrectly
  • Fixed: Pressing backspace/delete moves carret to the end of the input
TreeView MVC Icon

TreeView

What’s Fixed

  • Fixed: TreeViewItemModel does not serialize HtmlAttributes
Upload MVC Icon

Upload

What’s New

  • Added: SaveField setting for the async upload mode

What’s Fixed

  • Fixed: Same file can't be selected after the OnSelect event is prevented
  • Fixed: The onComplete event is not fired if the user clicks the cancel button
Window MVC Icon

Window

What’s New

  • Improved: Allow windows created on the client-side to be initially hidden