Release History

By product

V1 2011 SP1

February 7, 2012

AutoComplete

NEW
  • Added: Enable/disable Autocomplete on initialization
FIXED
  • Fixed: Suggest does not work with filter "contains"
  • Fixed: Javascript error when completing ' or \

Chart

NEW
  • Added: Plot Bands
  • Added: Titles for category and value axes
  • Added: redraw() method for redrawing the chart without fetching new data
FIXED
  • Fixed: Automatic axis minimum can be larger than series minimum value
  • Fixed: Axis labels are not removed from the layout when visible is set to false
  • Fixed: Tooltip does not overlap neighboring charts
  • Fixed: Tooltip positioned incorrectly when Chart container has padding

ComboBox

FIXED
  • Fixed: Suggest does not work with filter "contains"
  • Fixed: ComboBox is almost impossible to be used in iPad

DataSource

FIXED
  • Fixed: Current page index should be reset when filtering
  • Fixed: Filtering on nullable dates
  • Fixed: Grouping on Dates does not work as expected

Date/Time Pickers

FIXED
  • Fixed: DatePicker/Calendar do not support footer: false
  • Fixed: TimePicker does not work correctly in iPad/iPhone
  • Fixed: Calendar does not copy the font styles of the DatePicker
  • Fixed: DatePicker is hard to use in Android

Framework Constructs

NEW
  • Added: Scroll support for the popup in touch devices if kendo.mobile.scroller.js is included
  • Added: expandVertical effect renamed to expand, with 2 directions - expand:vertical and expand:horizontal
  • Added: Method chaining support in Menu, PanelBar and TabStrip
FIXED
  • Fixed: OData does not submit user defined parameters
  • Fixed: Do not close the popup when scrolling is performed and the popup is hovered (applicable for DropDownList/ComboBox/AutoComplete/TimePicker)
  • Fixed: Specifying dataSource doesn't work if the element is not empty (Menu, PanelBar, TabStrip)
  • Fixed: Redone zoom effects in IE10, FF3.x, Opera 10 - now using zoom and transforms

Grid

NEW
  • Added: Groupable setting for grid columns
FIXED
  • Fixed: Adding new record fails when the grid is empty
  • Fixed: collapseRow toggles detail view visibility
  • Fixed: Grouping on field that contains apostrophe
  • Fixed: Grid hierarchy when initialized from table element
  • Fixed: Custom command toolbar should not have k-icon class
  • Fixed: Filter menu does not clear nested expressions properly

Menu

NEW
  • Added: Direction option to control the direction of the popups
  • Added: Option to close the menus after item selection (closeOnClick)
FIXED
  • Fixed: Artifacts remain when the menu is closed in iPad
  • Fixed: Menu is slow on mobile devices
  • Fixed: Menu links won't navigate on mobile device
  • Fixed: Unordered lists in menu templates are incorrectly handled as submenus
  • Fixed: Menu doesn't fire open/close when using open()/close() methods

PanelBar

FIXED
  • Fixed: expand() not working with string selector argument.
  • Fixed: Renamed PanelBar open/close animations to the more suitable expand/collapse
  • Fixed: PanelBar doesn't fire expand/collapse when using expand()/collapse() methods
  • Fixed: PanelBar events can't be prevented

Slider

FIXED
  • Fixed: Multiple slider tooltips can be visualized in iPad

Splitter

FIXED
  • Fixed: Collapsing the last fluid pane leaves unused space in the splitter
  • Fixed: Panes resize incorrectly when they have sub-pixel pane sizes

TabStrip

FIXED
  • Fixed: TabStrip doesn't fire select event when manually selecting a tab
  • Fixed: Click event activates its parent TabStrip click event

TreeView

FIXED
  • Fixed: Drag & drop of nodes to padding area may remove them from the treeview
  • Fixed: remove() applies incorrect classes when used on top-level items

Upload

FIXED
  • Fixed: The complete event is not fired if the user clicks the cancel button
  • Fixed: The select event e.files argument is a FileList instead of an array when dropping files

Validator

FIXED
  • Fixed: Inputs with square brackets in the name fails upon validation
  • Fixed: Changed validator min and max messages wording

Window

NEW
  • Added: Minimization capability
  • Added: dragstart event
  • Fixed: Clicking on window header or resizing it does not bring it to front
  • Fixed: Window doesn't restore width/height to auto after maximize/restore
  • Fixed: Window doesn't support open/reverse for close animation
  • Fixed: Window retains height in IE and FF after the zoom animation