Release History

By product

Extensions for ASP.NET MVC (discontinued) 2012.1214

February 14, 2012

Common for all extensions

What’s New

  • Added: Combined javascript file for all components and features
  • Added: Updated the implicitly referenced jQuery to version 1.7.1
  • Added: Enable/disable security trimming of the navigational components
  • Chrome 17 and FireFox 10 support
Calendar MVC Icon

Calendar

What’s New

  • Added: Today Button
Chart MVC Icon

Chart

What’s New

  • Added: Area chart type
  • Added: Support for multiple value axes in bar, line, area and scatter/scatter line chart
  • Added: Tooltip configuration for individual series
  • Added: DataBinding client event

What’s Fixed

  • Fixed: Axis labels are not removed from layout when visible is set to false
  • Fixed: Axis labels can't be turned off by setting Labels(false)
  • Fixed: Stacked bar chart throw exception in IE 8
  • Fixed: Tooltip does not overlap adjacent charts
  • Fixed: Tooltip remains visible if the mouse pointer leaves the chart immediately
  • Fixed: Pie chart doesn't serialize border
  • Fixed: Space is reserved for axis title, even though no text is set. Regression from 2011 Q3 SP1
  • Fixed: Grid lines do not extend to the full size of the axis
  • Fixed: Scatter and Scatter Line charts can't be used simultaneously
  • Fixed: Value axis line is clipped to last minor tick

What’s Changed

  • Breaking Change: Setting axis orientation no longer has effect. Use dedicated VerticalLine and VerticalArea series types
  • Breaking Change: Full chart model is serialized to enable client-side access to item properties. Circular dependencies in the model will cause exceptions during serialization
ComboBox MVC Icon

ComboBox

What’s New

  • Added: Cascading ComboBoxes
  • Added: Focus state when DropDownList is focused

What’s Fixed

  • Fixed: DropDownList is not reset correctly when a placeholder is used
  • Fixed: Click event handler was called more than once
  • Fixed: ComboBox does not update selectedIndex when typed text is equal to some of the items
  • Fixed: DropDownList filters items on second keydown
  • Fixed: Use SelectListItem.Text only if SelectListItem.Value is null
  • Fixed: Popup is not closed when using Expand animation
  • Fixed: ComboBox selects only first of two equal items on tab
  • Fixed: Selected item is entered multiple times in AutoComplete
DatePicker MVC Icon

Date/Time Pickers

What’s Fixed

  • Fixed: Cannot select date in second date picker if current date is 2/1/2012
  • Fixed: DateTimePicker does not parse dates correctly in some scenarios
Editor MVC Icon

Editor

What’s New

  • Improved: Allow BlockFormatter to work with classNames

What’s Fixed

  • Fixed: IE6 javascript error with unbulleting lists
  • Fixed: Inserting paragraph at the start of formatted text in the beginning of a paragraph leaves unfocusable paragraphs
  • Fixed: Invalid characters are posted when empty <tr> elements occur in html source
  • Fixed: JavaScript error is thrown if the content starts with an image and justify full is used
  • Fixed: Outdent and unlink tools do not have a tooltip
Grid MVC Icon

Grid

What’s Fixed

  • Fixed: No records template is shown even though there are new records
  • Fixed: OnCommand event is raised twice in grid hierarchy scenarios
  • Fixed: showColumn does not recalculate table width correctly
  • Fixed: An exception is thrown when ForiegnKey Column is bound to a complex object's property and editing is enabled
  • Fixed: Colspan is not properly calculated when column is hidden or shown
Menu MVC Icon

Menu

What’s Fixed

  • Fixed: "No parameterless constructor defined for this object" exception when creating Menu UI instance
  • Fixed: "Value cannot be null" exception thrown
NumericTextBox MVC Icon

NumericTextBox

What’s New

  • Improvement: Support for {0:N0} format
Slider MVC Icon

Slider

What’s Fixed

  • Fixed: Slider has incorect behavior with combination of minValue and smallStep
TreeView MVC Icon

TreeView

What’s New

  • Added: Client API for adding/removing nodes

What’s Fixed

  • Fixed: TreeView items do not apply disabled text color if hyperlinks are used
  • Fixed: TreeView renders lines regardless of ShowLines() setting, when client-side binding is used
  • Fixed: Binding to an empty array does not trigger the dataBound event
  • Fixed: Node text is not encoded when starting to drag
  • Fixed: calling expand() on expanded LoadOnDemand nodes collapses them
Upload MVC Icon

Upload

What’s Fixed

  • Fixed: Upload button text missing in IE7 when the upload resides inside a Grid toolbar
  • Fixed: "Upload files" button remains visible after removing the last uploaded file and the file list contains failed uploads

What’s Changed

  • Breaking Change: The uploaded files are no longer removed on form reset. Instead, only the file list is cleared
  • Breaking Change: Obsolete Save method overloads that take fieldName as parameter. Use SaveField instead
Window MVC Icon

Window

What’s Fixed

  • Fixed: Window cannot be dragged to the side in RTL mode