Kendo UI for jQuery 2025 Q4 (2025.4.1111)

Released: Nov 12, 2025

Updates in Kendo UI for jQuery 2025 Q4 (2025.4.1111)

Features

  • Dependencies:
    • Updated Classic Theme Package to v12.2.3.
    • Updated Bootstrap Theme Package to v12.2.3.
    • Updated Default Theme Package to v12.2.3.
    • Updated Material Theme Package to v12.2.3.
  • Chat:
    • Added the ability to assign Chat message id automatically.
  • Grid:
    • Added Prompt-Controlled DataGrid.
  • Map:
    • Changed positional classes of Map controls.
  • Sortable:
    • Added Sortable keyboard navigation support.
  • Visual Studio Extension:
    • Added support for Visual Studio 2026 extensions.

Fixes

  • AutoComplete:
    • Fixed issue where the readonly method for the AutoComplete is not respected.
  • Chart:
    • Fixed issue where chart series.name template is not in the PDF on saveAsPDF().
  • Chat:
    • Fixed issue where an error is thrown in the Chat when zh-TW and zh-CH messages are loaded.
    • Fixed issue where Chat instance is undefined after using setOptions.
  • ContextMenu:
    • Fixed issue where opening third level of items in ContextMenu doesn't show any items.
  • DateRangePicker:
    • Fixed JS error on hovering DateRangePicker's popup after calling setOptions.
  • DateTimePicker:
    • Fixed issue where DateTimePicker's selected date is lost when setOptions method is used.
  • DropDownList:
    • Fixed issue where Tooltip closes filterable DropDownList.
  • Editor:
    • Fixed issue where the fields in the Table Wizard of the Editor are not aligned correctly.
  • FileManager:
    • Fixed issue where moving a file to a parent that is more than 2 levels above the file throws JS warning.
    • Fixed issue where read request is triggered twice, when navigation to a folder that has child folder in the FileManager.
  • Grid:
    • Fixed issue where save button remain disabled in Grid popup editor.
    • The order of the columns in ColumnChooser tool should follow the order of defining the columns.
    • Fixed issue where Grid with in-cell editing and draggable column displayed editable cell in incorrect position.
    • Fixed issue where preventing the beforeEdit event in Grid causes a TypeError.
    • Fixed issue where using the Grid's addRow method throws an error.
    • Fixed issue where DatePicker value is not cleared when using filter method in Grid.
    • Fixed issue where Grid group event is not triggered on grouping via column menu.
    • Fixed issue where Grid column is being dragged if you try selecting the filter input text.
    • Fixed issue where Grid in adaptive mode does not allow column resizing on mobile devices.
    • Fixed issue where Grid doesn't filter data correctly when filterable.extra is set to false.
    • Fixed issue regarding adding the list with the Grid ContextMenu Commands to the TypeScript definitions.
  • PDFViewer:
    • Fixed issue where Print function of PDFViewer adds a large right and bottom margin regardless of whether the "Margins" option is set to "None".
  • PivotGridV2:
    • Fixed issue where Pivot Grid V2 is not showing subtotals.
  • Scheduler:
    • Fixed issue where Scheduler overlaps events when "allday" event is rendered on multiple days.
  • Splitter:
    • Fixed issue where Splitter does not resize correctly when the min or max size of a pane is defined as a percentage.
    • Fixed issue with 2 horizontal panes, where one of them has size, the other will not be collapsible.
  • Spreadsheet:
    • Fixed issue where the Spreadsheet PDF export fails when the sheet contains an image.
    • Fixed issue where Spreadsheet custom editor can not be opened when it is next to a frozen column.
    • Fixed issue where bottom and right border cannot be applied to the last row/column.
  • Window:
    • Fixed issue where Right-To-Left Window does not resize properly from sides.