Release History

By product

Kendo UI Web GPL 2012.1322

March 21, 2012

Framework Constructs

What’s New

  • Added: MVVM framework extension
  • Added: All widgets support kinetic scrolling on touch devices
  • Added: Redone zoom and fade effects - now single using directions 'in' and 'out'
  • Aded: Unified all input and picker control sizes, including .k-textbox and .k-button
  • Improved: Numeric custom formatting now supports literals

What’s Fixed

  • Fixed: kendo.parseFloat does not parse exponential numbers correctly
  • Fixed: IE Popup resize event bug (causing various dropdowns to fail to close)
  • Fixed: Open/close event wired with widget bind event was not raised (Applicable for DatePicker/TimePicker/ComboBox/AutoComplete/DropDownList)
  • Fixed: PanelBar, Menu and TabStrip now constrain element search to their root element
Kendo UI DataSource Icon

DataSource

What’s New

  • Added: OData CRUD support
  • Improved: DataReader converts raw data values to types defined in the schema model fields declaration

New UI Widgets

Kendo UI Web Editor Icon

Editor

Kendo UI Web ListView Icon

ListView

UI Widgets Features and Updates

Kendo UI Web ComboBox Icon

ComboBox

What’s New

  • Added: value() method will fetch data if autoBind: false

What’s Fixed

  • Fixed: ComboBox posts the text of the OPTION element instead of its value
  • Fixed: Cannot clear value of the combobox with .value("")
Kendo UI Web Date/Time Pickers Icon

Date/Time Pickers

What’s Fixed

  • Fixed: TimePicker repeats hours in day with DST
Kendo UI Web DropDownList Icon

DropDownList

What’s New

  • Added: value() method will fetch data if autoBind: false

What’s Fixed

  • Fixed: DropDownList wrapped in a label cannot be opened
  • Fixed: DropDownList post the text of the OPTION element instead of its value
  • Fixed: DropDownList popup closes on arrow click in IE9
  • Fixed: DropDownList bound to list of strings and optionLabel does not render its first item correctly
Kendo UI Web Grid Icon

Grid

What’s New

  • Added: Grid Edit modes - inline, popup
  • Added: Support for custom editors
  • Added: Support for aggregates
  • Added: Footer template
  • Added: Keyboard support for inline edit mode

What’s Fixed

  • Fixed: Impossible to collapse a grid group in IE
Kendo UI Web Menu Icon

Menu

What’s New

  • Added: Menu items now support any image sizes
Kendo UI Web NumericTextBox Icon

NumericTextBox

What’s New

  • Added: Spin event
  • Added: Set input type depending on the platform

What’s Fixed

  • Fixed: NumericTextBox with configuration decimals: 0 does not prevent the inclusion of decimal separator

What’s Changed

  • Breaking Change: Cannot set value out of range using .value() method
Kendo UI Web PanelBar Icon

PanelBar

What’s Fixed

  • Fixed: Root item removed after removing the last item
  • Fixed: TreeView in a PanelBar stops working
Kendo UI Web Slider Icon

Slider

What’s New

  • Added: Tooltip template support
Kendo UI Web TabStrip Icon

TabStrip

What’s New

  • Added: activate event, fired after the content element starts to show (and can be measured)

What’s Fixed

  • Fixed: TabStrip can select 2 tabs simultaneously while doing ajax request
Kendo UI Web TreeView Icon

TreeView

What’s New

  • Added: Support for checkboxes for treeview nodes
  • Added: detach() method that removes nodes without destroying them
  • Improved: Allow arrays to be passed to insertBefore()/insertAfter()/append() methods

What’s New

  • Fixed: Moving nodes with append()/insertBefore()/insertAfter() deletes their jQuery.data()
  • Fixed: select(selector) does not limit the selector to sub-items
  • Fixed: remove(selector) does not apply treeview context to selector
Kendo UI Web Upload Icon

Upload

What’s Fixed

  • Fixed: File list is unavailable in remove event (async mode)

What’s Changed

  • Changed: The uploaded files are no longer removed on form reset. Instead, only the file list is cleared
Kendo UI Web Window Icon

Window

What’s Fixed

  • Fixed: Window throws JavaScript errors in IE9 when it contains an iframe
  • Fixed: Calling refresh() with remote URL does not render iframe, if it is not initially rendered
  • Fixed: Metro-themed window doesn't have a border