Release History

By product

Q2 2013

July 17, 2013

ASP.NET MVC Server Wrappers

NEW
  • Added: Scheduler server wrapper
  • Added: (Calendar) Footer overload method, which allows to disable footer
  • Added: (DatePickers) Footer overload method, which allows to disable footer
  • Added: (MultiSelect) MaxSelectedItems method to the fluent API
FIXED
  • Fixed: ToClientTemplate is incompatible with AntiXssEncoder
  • Fixed: (Editor) ImageBrowser MVC wrapper does not have a FileTypes property
  • Fixed: (Grid) AntiXssEncoder in the web.config may cause parse errors in the Kendo UI MVC Grid client column templates
  • Fixed: (Grid) Column client footer and group footer template cannot be set via ColumnSettings
  • Fixed: (TabStrip) Unauthorized items URL is serialized so the URLs are incorrectly matched on the client
  • Fixed: (Tooltip) Support for setting template expressions within the ContentUrl route values
  • Fixed: (TreeView) The autoBind option is not serialized
  • Fixed: (Window) The error event triggers the refresh event handler
  • Fixed: (Installer and VSX) New Kendo UI for ASP.NET MVC project template not compatible with ASP.NET and Web Tools 2012.2
  • Fixed: (Installer and VSX) Convert wizard does not deploy kendo.compatibility.css and kendo.modernizr.custom.js on the correct place

Calendar

FIXED
  • Fixed: Setting min/max value does not re-render view when custom template is defined

ColorPicker

FIXED
  • Fixed: Color pickers gain 1px height when expanded

ComboBox

NEW
  • Added: Support for HTML5 form attribute
FIXED
  • Fixed: Selected option is not added to the selected item
  • Fixed: ComboBox does not cascade when its value is 0
  • Fixed: Filtering triggered on Shift key press

DataSource

NEW
  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case
FIXED
  • Fixed: Incorrect number of change events are raised when data is substituted via the data method and the old array is modified

Date/Time Pickers

NEW
  • Added: Support for HTML 5 form attribute

DropDownList

NEW
  • Added: Support for HTML 5 form attribute
FIXED
  • Fixed: Selected option is not added to the selected item
  • Fixed: DropDownList does not cascade when its value is 0
  • Fixed: The third cascaded DropDownList is enabled after selecting a value from the first dropdown list

Editor

NEW
  • Added: Initialization from div[contentEditable]
  • Added: Paste from Word improvements
  • Added: Table editing tools
  • Added: Floating toolbar
  • Added: Grouping of toolbar buttons
  • Added: Allow customization of color picker tools' palettes
  • Added: Support for emails in the hyperlink dialog
  • Added: Context-aware items in styles tool
  • Added: Convert Unicode characters to entities
  • Improved: Layout and styling of ImageBrowser dialog
FIXED
  • Fixed: Selected font-family is not persisted when going to new paragraphs
  • Fixed: InsertHTML command does not persist selection in old IEs
  • Fixed: JS error when inserting paragraph before image in IE8
  • Fixed: destroy method is slow in a large DOM
  • Fixed: Editor is not working if nested in Window that is moved in the DOM
  • Fixed: The position cannot be set after an image if there is no text (in older versions of IE)

Framework Constructs

NEW
  • Added: Flat UI Theme
  • Added: Init method added to classes that didn't inherit one in the TypeScript definitions
  • Added: TypeScript 0.9 compatibility
FIXED
  • Fixed: An exception is thrown when kendo scripts are loaded in IE modal dialog.
  • Fixed: {wrap: false} not working for kendo.View
  • Fixed: zoomLevel is incorrectly detected in iframe in IE10
  • Fixed: Popup does not position correctly in IE10 when in iframe
  • Fixed: Opacity not working with kendo.fx fade effect
  • Fixed: (Android) Styling broken after theme switch

Globalization

NEW
  • Added: Strip literal symbols from custom numeric format

Grid

NEW
  • Added: User can provide custom comparer when performing sorting
  • Added: String sorting ignores case
FIXED
  • Fixed: AntiXssEncoder in the web.config may cause parse errors in the Kendo UI MVC Grid client column templates
  • Fixed: Enter key should be pressed twice in batch edit mode in navigatable Grid, when consecutive rows are added
  • Fixed: Changed cell's red triangle indicator is not positioned properly when the cell is empty
  • Fixed: Filter menu dropdown lists icons are broken in IE7
  • Fixed: MultiSelect blurs on mousedown when grid keyboard navigation is enabled
  • Fixed: Grid Grouping drag n drop does not work correctly in RTL mode
  • Fixed: Cannot change the page when editing cell in IE9
  • Fixed: When you define className option for the destroy command the default class is not included
  • Fixed: Hovered sort arrow disappears in Metro theme

HierarchicalDataSource

FIXED
  • Fixed: JS error when removing root-level items to HierarchicalDataSource nested in a kendo.observable object

JSP (Java) Server Wrappers

NEW
  • Added: Scheduler server wrapper

ListView

FIXED
  • Fixed: Navigatable, selectable ListView throws an error when removing the items and adding a new one

Menu

FIXED
  • Fixed: Link ending with sharp doesn't navigate
  • Fixed: Menu doesn't open on second item tap in a touch-enabled browser

MultiSelect

NEW
  • Added: Load data on open when autoBind option is false and initial values are set
  • Added: Support for HTML 5 form attribute
FIXED
  • Fixed: MultiSelect sets new observable array instead of modifying the existing one

MVVM

NEW
  • Added: The value binding uses a primitive value (the value of the data-value-field) instead of the current data item when data-value-primitive attribute is set to true
FIXED
  • Fixed: Avoid triggering multiple change events for nested observable objects

NumericTextBox

NEW
  • Added: Support for HTML 5 form attribute
FIXED
  • Fixed: JavaScript exception is thrown on focus when group separator is empty string
  • Fixed: NumericTextBox allows to paste negative values in the middle of text
  • Fixed: Correct decimal separator is not shown if current culture is different than en-US

PHP Server Wrappers

NEW
  • Added: Scheduler server wrapper
  • Added: Allow the use to specify the type of the property in DataSourceResult.php

Scheduler

Slider

FIXED
  • Fixed: Drag and Drop handle stops being draggable after several clicks

SPA

NEW
  • Added: View's destroy method should destroy all children widgets

Splitter

FIXED
  • Fixed: Splitter pane expand/collapse stops working after calling trigger("resize")
  • Fixed: Splitter does not ignore script tags used as pane siblings
  • Fixed: Inherited splitters do not bind to parent splitter resize events

Tooltip

FIXED
  • Fixed: Tooltip callout is not positioned correctly in IE in some scenarios

TreeView

NEW
  • Added: Improved performance of template rendering
  • Added: Allow manual update of indeterminate checkboxes through the updateIndeterminate method
FIXED
  • Fixed: Keyboard support does not go past leaf nodes with set expanded flag
  • Fixed: JS error when adding root-level items to HierarchicalDataSource nested in a kendo.observable object
  • Fixed: CheckChildren: true triggers JS error when checking node without child checkboxes in sparse checkbox tree
  • Fixed: Server URLs are not processed when serializing items as datasource
  • Fixed: Initialization from arbitrary HTML elements yields a static tree

Upload

FIXED
  • Added: Templates for the files in the list
  • Added: Rendering of initial files
  • Fixed: Firefox 20+ can throw an error during asynchronous upload
  • Fixed: Focus state not clearly indicated

Validator

NEW
  • Added: Performance optimizations for IE8 when validating multiple input elements

Window

FIXED
  • Fixed: The content configuration option cannot be declaratively bound
  • Fixed: Calling open on a closing window during animation leaves it in an invalid state
  • Fixed: Hitting escape during close animation triggers another close sequence