Kendo UI jQuery Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Kendo UI for jQuery 2026 Q3 (2026.3.811)Aug 12, 2026
Features
  • Common:
    • LLM Response Primitives.
    • Scheduler Redesign - Demos/Docs Update.
    • jQuery Upgrade tool.
    • Added kendoKeydown event for components with keyboard navigation.
  • Dependencies:
    • Fluent Theme Package (v14.5.0).
    • Classic Theme Package (v14.5.0).
    • Bootstrap Theme Package (v14.5.0).
    • Default Theme Package (v14.5.0).
    • Material Theme Package (v14.5.0).
  • Drawer:
    • Improved developer experience of the Drawer component.
  • Editor:
    • Changing fontName or fontSize scrolls Inline Editor's content to the top.
    • Formatting marks not displayed for class initialized inline editors.
  • Grid:
    • Add k-sortable to Grid sortable columns.
    • Editor Navigation Prevented with Stacked DataLayoutMode Grid.
  • MultiSelect:
    • [Breaking Change] SelectAll option for MultiSelect.
  • Scheduler:
    • Readonly Events.
    • Breaking Changes:
      • Apply new table header rendering.
      • Redesigned Desktop Recurrence Editor.
      • Introduced "More Events" Popover in Month and Year views.
      • Responsive Desktop Events.
      • Redesigned Add/Edit dialogs.
      • Improved Scheduler Responsive Desktop Toolbar.
      • Scheduler redesign.
  • SegmentedControl:
    • SegmentedControl Left and Right Arrow keyboard navigation support.
Fixes
  • ColorPicker:
    • kendo.parseColor throws on oklch parse attempt.
    • Error is thrown after destroy in ColorPicker.
  • ContextMenu:
    • Unable to open ContextMenu of scrollable Grid.
  • DateInput:
    • Unable to search/input selected months by typing first few letters in DatePicker.
  • DatePicker:
    • Unable to search/input selected months by typing first few letters in DatePicker.
  • DropDownTree:
    • Unexpected tokens in DropDownTree with checkboxes after dataSource read.
  • Editor:
    • Kendo Inline Editor adds linebreak after typing first character in Firefox.
    • Read-Only Editor clears pasted text, instead of not allowing paste at all.
    • Cannot read properties of undefined (reading '_destroyResizeHandles').
    • Dangerous Regex in the Editor's paste functionality.
    • Change event is fired when Inline Editor bound to Model.
  • Filter:
    • Missing kendo.binder dependency of Filter.
  • Gantt:
    • View type disappears with different width.
  • Grid:
    • Unable to open ContextMenu of scrollable Grid.
    • Editing in stacked layout Grid with detailedTemplate throws an error.
    • A row cannot be placed at last position in Grid with reorderable row enabled.
    • Tabbing on a Grid with locked column does not focus the next input.
    • Unable to localize Action Buttons of Adaptive Grid.
    • Incorrect recalculation of column widths in footer cells in the Kendo Grid component after resizing columns.
  • ListBox:
    • ListBox setOptions does not allow setting multiple selectable items.
  • MultiSelect:
    • MultiSelect - removing selected tag does not grab focus.
  • NumericTextBox:
    • NumericTextBox rejects valid decimal values.
  • Scheduler:
    • Scheduler calendar is not oriented correctly out of the box when direction of the wrapper is set to RTL.
    • Timeline view with RTL does not render the events correctly after dragging.
    • Class 'k-focus' is occasionally not cleared when changing views.
    • In selectable RTL Scheduler timeline jumps on clicking a timeslot.
  • Spreadsheet:
    • Spreadsheet columns cannot be resized.
    • Custom editor popup in spreadsheet closes immediately after opening.
    • Event handlers execution from clipboard paste in spreadsheet.
    • Applying freeze panes in Spreadsheet after scrolling resets scroll position and prevents navigation.
  • Window:
    • Window's containment with height as percent can break resizing.
Kendo UI for jQuery 2026 Q2 (2026.2.520)May 20, 2026
Features
  • Common:
    • Added Meridian Theme.
    • Added the ability to translate Kendo messages in all supported languages.
    • Loader Container overlay class changed from k-overlay-light to k-overlay.
    • Caret icons replaced with chevron icons.
    • Light and Dark theme colors removed globally.
    • Added support for Meridian Theme Package v14.1.0.
    • Added support for Fluent Theme Package v14.1.0.
    • Added support for Classic Theme Package v14.1.0.
    • Added support for Bootstrap Theme Package v14.1.0.
    • Added support for Default Theme Package v14.1.0.
    • Added support for Material Theme Package v14.1.0.
  • Button:
    • Button Size option type changed to accept xsmall, and ComponentSize changed to ButtonSize.
  • Chat:
    • Added Chat endless scrolling feature.
  • Dialog:
    • Removed Dialog themeColor option.
  • Gantt:
    • Gantt view selector changed from ButtonGroup to SegmentedControl.
  • Grid:
    • Added sticky groups.
    • Added row pinning.
  • PDFViewer:
    • PDFViewer Loader overlay class changed from k-overlay-light to k-overlay.
  • Scheduler:
    • Scheduler view selector changed from ButtonGroup to SegmentedControl.
  • Window:
    • Removed Window themeColor option.
Fixes
  • Avatar:
    • Fixed issue so that Avatar image URL can be escaped.
  • Chat:
    • Fixed Chat filesTemplate regression.
  • ChipList:
    • Fixed issue where you were unable to prevent ChipList select event.
  • ComboBox:
    • Fixed issue where the setOptions method of the ComboBox does not reset the height configuration.
  • ContextMenu:
    • Fixed missing class k-menu-group on ContextMenu ul element.
    • Fixed issue where aria-expanded false attribute set to Menu items with no child items unexpectedly.
  • DropDownButton:
    • Fixed issue where the DropDownButton API does not expose all configuration options for Popup customization.
  • DropDownList:
    • Fixed JS error thrown by adaptive DropDownList on resizing browser from mobile to desktop width.
  • Editor:
    • Fixed issue where Editor inside iframe resolves the wrong document object.
    • Fixed issue where export tool message is displayed as a tool title.
    • Fixed issue where Editor formatting creates redundant span element.
    • Fixed issue where Editor closes Source element tags.
  • FileManager:
    • Fixed issue where Filemanager filters folders after clearing the search.
  • Filter:
    • Fixed issue where using keyboard navigation does not focus elements in main Filter toolbar.
  • Gantt:
    • Fixed issue where Gantt events ending on 31st of December are not visible in Month and Year view in Firefox.
  • Grid:
    • Fixed issue where a JS error is thrown when initializing an initially hidden stacked-layout Grid.
    • Fixed wrong position of Grid drop clue indicator k-reorder-cue in RTL.
  • Menu:
    • Fixed issue where aria-expanded false attribute set to Menu items with no child items unexpectedly.
    • Fixed issue where scrollable menu opens wrong menu on mobile.
  • PivotGrid:
    • Fixed issue where an ampersand in column values prevents column from expanding.
  • Scheduler:
    • Fixed issue where scrolling Scheduler when dragging events is not possible in RTL Scheduler.
  • Signature:
    • Fixed issue when using the Signature in a Wizard the drawing line is being offset.
    • Fixed Kendo Signature span between signature line and pen/mouse cursor.
  • Spreadsheet:
    • Fixed issue where you are unable to change Spreadsheet cell format via Format dialog.
    • Fixed issue where you are unable to translate the items in the DropDownButton for the Spreadsheet's sheet tabs.
    • Fixed issue where Spreadsheet filter icons do not respect rowHeight.
  • TaskBoard:
    • Fixed issue where TaskBoard tasks cannot be reordered in the same column.
  • TimeDurationPicker:
    • Fixed TimeDurationPicker label issues.
  • Window:
    • Fixed incomplete typescript definitions for the Window title.
Kendo UI for jQuery 2026 Q1 (2026.1.415)Apr 15, 2026
Features
  • Common (Dependencies):
    • Fluent Theme Package (v13.1.1).
    • Classic Theme Package (v13.1.1).
    • Bootstrap Theme Package (v13.1.1).
    • Default Theme Package (v13.1.1).
    • Material Theme Package (v13.1.1).
  • Chat:
    • Adopted authored ref-promptbox-file-select-button, ref-promptbox-speech-to-text-button, and ref-promptbox-send-button in custom affixes without duplicating built-ins.
    • Routed the Chat file attachment button to the PromptBox start affix.
    • Forwarded PromptBox affix templates through Chat messageBox.
    • Made incoming messages near the bottom use threshold-aware scrolling while own messages still scroll to bottom.
    • Added autoScrollThreshold with pixel and percentage support for incoming message reveal.
Fixes
  • Chat:
    • Fixed ChatOptions error in kendo.all.d.ts.
  • Editor:
    • Fixed issue where export tool message is displayed as a tool title.
    • Fixed issue where editor formatting creates redundant span element.
  • FileManager:
    • Fixed issue where setting the push event handler of the FileManager dataSource throws a JS error.
  • Gantt:
    • Fixed issue where Gantt with rowHeight and shown Planned tasks has misalignments.
  • Grid:
    • Fixed issue where setting any of the GridSearchSettingsFieldTagHelper options throws an exception.
    • Fixed issue where defining a Grid ColumnTagHelper GroupHeaderTemplateHandler throws JS error.
    • Fixed issue where navigable Grid with popup editing scrolls to bottom on save.
    • Fixed issue regarding the wrong cell focus in Grid with virtual columns and hidden columns.
    • Fixed slow virtual horizontal scrolling in Grid with large number of columns.
  • MediaPlayer:
    • Fixed issue where ScrollView prevents Nested MediaPlayer volume scroller from scrolling.
  • MultiSelect:
    • Fixed issue where multiselect with Virtualization does not highlight all selected options in the drop-down menu.
  • PivotGrid:
    • Fixed issue where ampersand in column values prevents column from expanding.
  • PivotGridV2:
    • Fixed issue where PivotGridv2 does not calculate correctly Multiple measures with same type but different fields.
  • ScrollView:
    • Fixed issue where ScrollView prevents Nested MediaPlayer volume scroller from scrolling.
  • SmartPaste:
    • Fixed issue where CheckBoxGroup does not take data-smartpaste-description with higher precedence.
  • Stepper:
    • Fixed issue where Stepper connector lines do not connect to steps when zooming on iPad.
Kendo UI for jQuery 2026 Q1 (2026.1.212)Major versionFeb 12, 2026
Features
  • Common:
    • Added a new PromptBox Component.
    • Added a new AI Smart Paste Component.
    • Breaking Changes - Set default appearance to the components.
    • Updated Fluent Theme Package (v.13.0.0).
    • Updated Classic Theme Package (v.13.0.0).
    • Updated Bootstrap Theme Package (v.13.0.0).
    • Updated Default Theme Package (v.13.0.0).
    • Updated Material Theme Package (v.13.0.0).
  • ButtonGroup:
    • Breaking Changes - Changed the default badge themeColor for ButtonGroup.
  • Chat:
    • Breaking Changes - Enhanced Chat Component capabilities.
  • Diagram:
    • Breaking Changes - Made Diagram Tooltips and Connection improvements.
  • Grid:
    • Added a new SmartBox tool.
  • Notification:
    • Added closeButton support to the Notification show and showText methods.
    • Breaking Changes - Changed the default type of notification in the show method.
  • TabStrip:
    • Breaking Changes - Removed k-item class from k-tabstrip-item element.
Fixes
  • Grid:
    • Fixed an issue where the Save changes and Cancel changes buttons do not appear on Grid.
    • Fixed an issue where the Save changes and Cancel changes buttons do not appear on Grids when clicking on a cell where edit is disabled.
  • MediaPlayer:
    • Fixed the inaccurate MediaPlayer timeline on changing source via media method.
  • MultiSelect:
    • Fixed an issue where MultiSelect with autoClose true does not clear search value when an item is selected.
  • PivotGridV2:
    • Fixed an issue where Pivotgridv2 measure is not slicing the data by the second attribute when expanding.
  • Scheduler:
    • Fixed an issue where virtual Scheduler returns wrong resources in slotTemplate.