Release notes for Kendo UI v2013.2.823
Framework
What's new
- setOptions of the Window object does not work with the resizable option
- Support for TypeScritp 0.9.1. Use boolean instead of bool.
What's fixed
- kendo.View can't render a template that has multiple top level items
DataSource
What's fixed
- Read operation for complex fields fail to extract correct field name
HierarchicalDataSource
What's fixed
- parameterMap on child datasources is not called
MVVM
What's fixed
- Regression in Grid with MultiSelect as editor
MultiSelect
What's fixed
- Regression in Grid with MultiSelect as editor
Splitter
What's new
- append, insertAfter, insertBefore methods
Validator
What's fixed
- Error is raised when validating a container which contains svg element
Web
What's fixed
- fade/zoom startValue/endValue do not work as expected
- Some IE10 versions throw an Access denied JS error when Kendo UI is inside an iframe
AutoComplete
What's fixed
- Widget focuses element on dataSource bind when suggest functionality is enabled
DropDownList
What's fixed
- Widget does not select correct item when cascade instantly
- Widget does not select optionLabel when initialized from SELECT element
- Widget does not prevent browser's default behavior when Space Bar is pressed
Editor
What's new
- Allow plain text to be inserted within existing formatting
- Allow toolbar to be broken on arbitrary points
What's fixed
- Cut and paste operations cannot be undone
- Image browser dialog is not centered
- List commands may merge root-level text outside selection
- Custom tools without name are not rendered
- Some formatting is being lost when going to a new paragraph
- Browser controls for image resizing are disabled
- Custom tools do not honor the tooltip property
- Formatting is not preserved when going to new paragraph in FF
- Formatting root-level text to a list in inline editor replaces the widget with its contents
- Floating toolbar disappears when clicking on it in IE8
- Tool groups do not always wrap
- Change event does not trigger for inline editor
Grid
What's new
- PopUp edit form is not show when new item is added in filtered grid
What's fixed
- MultiSelect widget used as editor closes when click outside of the input element
- PopUp containers created for editors in inline edit mode are not destroyed on cancel
- Groups are duplicated when serverGrouping and virtual scrolling are enabled
- Grid column menu with fields with spaces
- Fix: Grid in-cell editing triggers change event when clicking on numeric textbox spinners with navigation enabled
- Optimize selection performance when there is no grouping or hierarchy
MVVM
What's fixed
- kendo.bind does not support fully qualified roles (like kendo.ui.ListView)
Menu
What's fixed
- Menu prevents clicks on LABEL elements
Scheduler
What's new
What's fixed
- Month view more button does not work if editable is set to false
- Delete button is not hidden in non editable agenda view
- Resource grouping on string value results in an error
- Tooltip for event title with double quotes is not rendered correctly
- RecurrenceEditor is rendered incorrectly when widget is globalized
- Validator cannot find the element of the resource editor
Splitter
What's fixed
- layoutChange event is triggered exponentially for each nested splitter
TreeView
What's new
- Checkbox name can be changed through the fluent API
- Introduce success callback for append() in scenarios when appending nodes to unfetched async parents
What's fixed
- Double initialization on the same element causes bottomless recursion
- Widget is unresponsive when initializing from UL with a datasource
- Calling setValid in drop event does not set valid field
- Disabling dragAndDrop using setOptions() has no effect
- Item templates that access state fields suppress expand/collapse/select functionality
- dragEnd event triggers before dragged node has been rendered on new location
Upload
What's new
- Allow saveUrl to be set in "upload" event
Window
What's new
- Allow customization of initial z-index value through CSS
What's fixed
- Setting draggable option through setOptions method has no effect
DataViz
What's fixed
- renderAs can't be set with data attributes
- Series aggregates do not work for compound fields (xxx.yyy)
Chart
What's new
- setOptions now calls redraw implicitly
- Add Type to category axis to allow overriding automatic type selection
What's fixed
- Cursor rendering should work in vml.
- Series points are not bound if the aggregate returns object with fields (regression)
- seriesColors can't be set through data attributes
- Note text is lost if series values are aggregated (e.g. date series)
- Categorical charts should work with string values.
- Aggregates should work with value null
- Lines are thicker than the set width (VML)
Radial Gauge
What's fixed
- Add labels position to the radial scale.
Sparkline
What's new
- setOptions now calls redraw implicitly
What's fixed
- seriesColors can't be set through data attributes
StockChart
What's new
- setOptions now calls redraw implicitly
What's fixed
- Series points are not bound if the aggregate returns object with fields (regression)
- seriesColors can't be set through data attributes
- Note text is lost if series values are aggregated (e.g. date series)
- Stock chart selection does not always expand fully
- Categorical charts should work with string values.
- Aggregates should work with value null
Mobile
What's fixed
- ActionSheet is not responding to device orientation
- PopOver not shown on correct position when used .open()
Drawer
What's fixed
- Drawer does not work with SplitView
- Expanding and collapsing drawer results in horizontal scrolling
- Setting data-stretch="true" of a View prevents Drawer from opening
ListView
What's fixed
- Enabled grouping on Mobile ListView using remote data breaks the item's link behaviour
- declarative pull to refresh configuration does not work with MVVM
- Spinner is incorrectly displayed when listview with endless scrolling is filtered
PopOver
What's fixed
- Automatically closes when initialized on a TabStrip item
Switch
What's fixed
- Switch doesn't refresh properly on View show
TabStrip
What's fixed
- WP8 TabStrip renders text on the same row as the icon
ASP.NET MVC Wrappers
What's new
- Add editor templates for Url / Email / Password data types
Chart
What's new
- Add missing PlotArea Opacity setting
What's fixed
- Add WeekStartDay option to date category axis
DataSource
What's fixed
- Fix: Filter on expression that doesn't have field name
Editor
What's fixed
- Uploaded image is shown as undefined in ImageBrowser
- MVC Editor ImageBrowser send a request to create a new image/folder for each item in the data
Grid
What's new
- Add ClientAltRowTemplate() method to Grid MVC wrapper
What's fixed
- Invalid template errors when using nested grids and the AntiXssLibrary
- Server filtering doesn't work with filter values containing "&"
- Grid hierarchy throws exception for french culture
- Groups are duplicated when serverGrouping and virtual scrolling are enabled
- An exception is thrown when using a ForeignKey column and binding to a DataTable
- Delete command is triggered for master Grid when the delete button in a detail Grid with server editing is click
Radial Gauge
What's fixed
- RangeSize and RangeDistance options are missing in MVC wrappers
Scheduler
What's new
- Support for setting EditorTemplate
StockChart
What's new
- Add missing PlotArea Opacity setting
What's fixed
- Add WeekStartDay option to date category axis