• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin
    Desktop
    UI for WinForms UI for WPF UI for WinUI UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore Fiddler Everywhere
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler Classic JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Demos
  • Pricing
  • Services
  • Blogs
  • Docs & Support
  • Search
  • Shopping cart
  • Login
  • Contact Us
  • Get A Free Trial

Release History

By product

Kendo UI Web GPL 2012.2710

July 11, 2012

Framework Constructs

What’s New

  • Added: HierarchicalDataSource with deferred loading capabilities
  • Added: Kendo Web widgets are initialized in a mobile application based on data role (using kendo.all.js)
  • Added: Draggable supports container and axis (x | y) constraint option
  • Added: Transformation effects can be stacked
  • Added: kendo.init supports variable amount of suites to initialize from

What’s Fixed

  • Fixed: Cannot parse JSON data attribute values which start or end with a whitespace
  • Fixed: Popup closes with click on a Draggable inside it
Kendo UI DataSource Icon

DataSource

What’s New

  • Added: Support for filtering on values not contained in a given string

What’s Fixed

  • Fixed: Inserting a new record in XML data source throws JavaScript error
  • Fixed: Group values are not converted to the field types when server grouping is enabled
  • Fixed: Filter expressions are not cleared if additional data is assigned through the transport's data
Kendo UI Web Globalization Icon

Globalization

What’s New

  • Added: kendo.parseDate supports ISO8601 formatted date
  • Added: kendo.parseDate supports Date strings with timezone
  • Improved: kendo.parseDate returns null if no AM/PM specifier is provided
  • Improved: Support for single 't' specifier

What’s Fixed

  • Fixed: Currency formatted strings are not parsed correctly if "en-ZA" culture is used
Kendo UI MVVM Icon

MVVM

What’s New

  • Added: ObservableObject's toJSON method should be recursive

What’s Fixed

  • Fixed: Changes in parent fields bound to a template are not reflected
  • Fixed: Value of the input with update on keyup is not updated in some cases
Kendo UI Web Validator Icon

Validator

What’s Fixed

  • Fixed: Pattern rule should be executed for input elements of type password
  • Fixed: Show decoded validation message text

New UI Widgets

Kendo UI Web DateTimePicker Icon

DateTimePicker

UI Widgets Features and Updates

Kendo UI Web AutoComplete Icon

AutoComplete

What’s Fixed

  • Fixed: Prevent click events through widget's popup in mobile devices
  • Fixed: Do not raise select event when [ENTER] is pressed and no item is selected
  • Fixed: Popup based widgets can't be nested in other Popup based widgets
  • Fixed: AutoComplete placed in editable grid throws exception in IE9 while typing
  • Fixed: Placeholder is not shown in IE if the value is cleared using widget's API
Kendo UI Web ComboBox Icon

ComboBox

What’s Fixed

  • Fixed: ComboBox throws an exception when trying to search empty datasource
  • Fixed: (iOS) Styling on DropDown (combo) opening
  • Fixed: ConboBox does not show the loading icon when bound using MVVM
  • Fixed: Initializing from <select> element does not select the correct item after rebind
  • Fixed: Prevent click events through widget's popup in mobile devices
  • Fixed: Do not raise select event when [ENTER] is pressed and no item is selected
  • Fixed: ComboBox placed in editable grid throws exception in IE9 while typing
  • Fixed: Popup based widgets can't be nested in other Popup based widgets
Kendo UI Web Date/Time Pickers Icon

Date/Time Pickers

What’s New

  • Added: Ability to define the available times in the dropdown list
  • Added: Option to define multiple parsing formats
  • Improved: Restrict the entered value if its date part is equal to the min value

What’s Fixed

  • Fixed: Popup based widgets can't be nested in other Popup based widget
Kendo UI Web DropDownList Icon

DropDownList

What’s New

  • Added: Allow to set an object as optionLabel

What’s Fixed

  • Fixed: (iOS) Styling on DropDown (combo) opening
  • Fixed: ComboBox does not show the loading icon when bound using MVVM
  • Fixed: ComboBox does not select an item with 0 value
  • Fixed: Prevent click events through widget's popup in mobile devices
  • Fixed: Initializing from <select> does not copy the tabindex attribute properly
  • Fixed: Popup based widgets can't be nested in other Popup based widgets
Kendo UI Web Editor Icon

Editor

What’s New

  • Added: ViewHTML command that allows access to plain-text HTML editing
  • Added: Allow declarative item customization of the Editor's FontName, FontSize and FormatBlock tools
  • Added: Changed "Text" and "Value" fields used by Editor DropDowns to "text" and "value"

What’s Fixed

  • Added: Android and BlackBerry support regression
  • Added: IE8 injects invalid attributes in the editor's value for particular DOM elements (originalsrc for iframes and altHtml for objects)
  • Added: Unbreakable text shows horizontal scrollbar
Kendo UI Web Grid Icon

Grid

What’s New

  • Added: Ability to change the pager messages
  • Added: Allow the user to change the page size of the grid
  • Added: First, last, next and previous buttons in the pager
  • Added: Ability to change the current page by typing it in a textbox
  • Added: Show which items are currently displayed in the pager
  • Added: Show message in the pager when the grid is empty
  • Added: Refresh button for the grid pager
  • Added: Ability to set column header template
  • Added: Ability to attach click handler to custom commands
  • Added: Column menu
  • Added: ForeignKey column support
  • Added: Support for setting per column header, footer and cell html attributes
  • Improved: Aggregates are set to zero when grid is bound to empty data

What’s Fixed

  • Fixed: Last footer missing in grid with grouping and footer template
  • Fixed: Cannot enter edit mode when virtual scrolling is enabled
  • Fixed: Group header and toolbar are with switched positions
  • Fixed: Grid headers are misaligned when printed in Firefox and scrolling is enabled
  • Fixed: Grouping can be performed on group and hierarchy headers
  • Fixed: Calling editRow fails when the grid is in "incell" editing mode
  • Fixed: Group reordering does not work properly
  • Fixed: Destroy confirmation message is not displayed
  • Fixed: Multiple filter menus for a single column are created when bound through MVVM to a DataSource instance
Kendo UI Web Menu Icon

Menu

What’s New

  • Improvement: Close method without parameters should close all open root items

What’s Fixed

  • Fixed: Preventing Select event should stop navigation
  • Fixed: JavaScript error on init in frameset in IE9
  • Fixed: Popup based widgets can't be nested in other Popup based widget
  • Fixed: Document click handling is not needed
  • Fixed: Click event is handled inside a template
Kendo UI Web NumericTextBox Icon

NumericTextBox

What’s New

  • Added: Ability to set the min, max and step values using the widget's API
  • Improved: Use placeholder attribute of the input where it is supported

What’s Fixed

  • Fixed: Popup based widgets can't be nested in other Popup based widgets
  • Fixed: Widget with "c" format and "en-ZA" culture does not work correctly
  • Fixed: Cannot clear the value with defined min/max value
Kendo UI Web PanelBar Icon

PanelBar

What’s Fixed

  • Fixed: PanelBar clears embedded widget selected state
Kendo UI Web Slider Icon

Slider

What’s Changed

  • Breaking Change: Slider and RangeSlider should not have default value
Kendo UI Web Splitter Icon

Splitter

What’s Fixed

  • Fixed: Collapsed Splitter pane has scrollbars in IE9
Kendo UI Web TreeView Icon

TreeView

What’s New

  • Added: Allow disabled items to be expanded / collapsed through the API
Kendo UI Web Upload Icon

Upload

What’s New

  • Added: RemoveField to Async settings
  • Added: SaveUrl and RemoveUrl options to Async section
  • Added: Progress event
  • Improved: Alert dialog is no longer shown on upload/remove error
  • Improved: Error event is raised when the response code is not 2xx

What’s Fixed

  • Fixed: Drag and drop is not enabled in Chrome
  • Fixed: Unable to set data in upload event on retry
  • Fixed: Status icon should not be rendered in synchronous mode
Kendo UI Web Window Icon

Window

What’s New

  • Improved: Infer visible configuration from content element visibility

What’s Fixed

  • Fixed: Resizing is broken in IE8
  • Fixed: Maximizing a window in Firefox resets the document scroll position
  • Fixed: Creating hidden modal windows hides the modal overlay
Web
  • Kendo UI for jQuery
  • Kendo UI for Angular
  • KendoReact
  • Kendo UI for Vue
  • Progress Telerik UI for ASP.NET AJAX
  • Progress Telerik UI for ASP.NET Core
  • Progress Telerik UI for ASP.NET MVC
  • Progress Telerik UI for JSP
  • Progress Telerik UI for PHP
  • Progress Telerik UI for Silverlight
Mobile
  • Progress Telerik UI for Xamarin
Desktop
  • Progress Telerik UI for WinForms
  • Progress Telerik UI for WPF
Reporting and QA
  • Progress Telerik JustMock
  • Progress Telerik Report Server
  • Progress Telerik Reporting
  • Telerik Test Studio
Free Tools
  • Progress Telerik Fiddler
  • Progress Telerik JustDecompile
  • Progress Testing Framework
ALM
  • TeamPulse
Complete .NET Toolbox
Telerik DevCraft
Web App Development
Kendo UI
Get Products
  • Free Trials
  • Pricing
Resources
  • Demos
  • Documentation
  • Release History
  • Forums
  • Blogs
  • Developer Central
  • Partners
  • Virtual Classroom
  • Events
Recognition
  • Success Stories
  • Testimonials
Get in touch
  • Contact Us
    • USA: +1 888 365 2779
    • UK: +44 13 4436 0444
    • India: +91 124 4300987
    • Bulgaria: +359 2 8099850
    • Australia: +61 3 9805 8670
  • Contact Us

Telerik and Kendo UI are part of Progress product portfolio. Progress is the leading provider of application development and digital experience technologies.

  • Company
  • Technology
  • Awards
  • Press Releases
  • Media Coverage
  • Careers
  • Offices
  • Company
  • Technology
  • Awards
  • Press Releases
  • Media Coverage
  • Careers
  • Offices

Copyright © 2021, Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress, Telerik, Ipswitch, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.

  • Terms of Use
  • Site Feedback
  • Privacy Center
  • Security Center
Do Not Sell My Personal Information

Powered by Progress Sitefinity