Planned
Last Updated: 06 Nov 2025 15:00 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: Steven
Comments: 0
Category: Spreadsheet
Type: Bug Report
0

Bug report

If you set a data validation for a number typed cell in the Spreadsheet, the message will be improperly formatted.

Regression introduced with 2024.4.1112

Reproduction of the problem

  1. Open the Spreadsheet Overview demo - https://demos.telerik.com/kendo-ui/spreadsheet/index
  2. Select an empty cell, and click Data Tab -> Data Validation
  3. Select Number from the dropdown
  4. Enter Min value
  5. Check the Show hint box, and click apply
  6. In the cell, type a value lower than the min

Current behavior

The validation message is improperly formatted - "Please enter a valid any value greater than 10,,10,,number,reject,greaterThan."

Expected/desired behavior

Message should be "Please enter a valid any value greater than 10."

Environment

  • Kendo UI version: 2025.2.702
  • Browser: [all]
Completed
Last Updated: 06 Nov 2025 14:20 by ADMIN
Release 2025 Q4 (Nov)
Created by: Andrzej
Comments: 0
Category: AutoComplete
Type: Bug Report
1

Bug report

The readonly method for the AutoComplete is not respected.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. Try to type into the input.

The issue occurs since version 2025.2.520.

Expected/desired behavior

The readonly to be respected.

Environment

  • **Kendo UI version: 2025.2.520
  • **jQuery version: 3.7.1
  • **Browser: [all]
Planned
Last Updated: 06 Nov 2025 13:30 by ADMIN
Scheduled for 2025 Q4 (Nov)

Bug report

When a Grid is set to readonly mode, but it is also navigatable, and the user clicks on a cell and presses Tab, the next cell enters editable mode.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/HXzAIqWR/3.
  2. Click in a cell and press Tab.

Current behavior

The cell is editable.

Expected/desired behavior

When the Grid is in readonly mode, it should not be editable when navigating using the tab key.

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all ]
Completed
Last Updated: 06 Nov 2025 13:13 by ADMIN
Release 2025 Q4 (Nov)

Bug report

An error is thrown when the Chat with zh-TW/zh-CH messages is loaded

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/cQrfenNZ/3

Current behavior

An error is thrown from the messages files

Expected/desired behavior

No messages should be thrown

Environment

  • **Kendo UI version: 2025.3.1002
  • **Browser: [all]
Unplanned
Last Updated: 06 Nov 2025 10:45 by ADMIN

Bug report

In a Spreadsheet with date cell editor, the fr-CA culture does not work.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ogEvuTEf/6
  2. Open the editor for the date cell

Current behavior

The Calendar is empty

Expected/desired behavior

The Calendar should display the dates defined in the validation

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Completed
Last Updated: 05 Nov 2025 15:11 by ADMIN
Release 2025 Q4 (Nov)

Moving files MORE than one level upwards in a folder hierarchy is bugged.

If you have a nested folder hierarchy like this:

folder1

          folder2

                   folder3

1. moving a file from folder1 to folder2 works.

2. moving a file from folder2 to folder1 works.

3. moving a file from folder1 to folder3 works.

4. moving a file from folder3 to folder1 is BUGGED.

I have the issue in my code, but I also tested it in your demo site and it has the same problem.

https://demos.telerik.com/kendo-ui/filemanager/index

I have uploaded a screen dump of the error output from Chrome.

It is in or after the DataBinding event (Comming from Create action), the the error occurs, thus causing the Delete action and refresh of the UI to never occur.

The bug occurs in both Chrome and IE Edge.

Please fix the bug.

Completed
Last Updated: 05 Nov 2025 10:51 by ADMIN
Release 2025 Q4 (Nov)

Bug report

In FileManager read request is triggered twice when navigating to a parent folder that has a nested folder. The issue does not occur if the folder contains only files without a nested folder.

Reproduction of the problem

  1. The issue can be replicated if a nested folder is created in the demo service. The screencast here demonstrates the issue.

Current behavior

Two identical requests are sent when the parent folder is selected.

Expected/desired behavior

There should be a single request when navigating to a parent folder, even if it has a nested child folder.

Environment

  • Kendo UI version: 2022.1.119
  • Browser: [all ]
Unplanned
Last Updated: 05 Nov 2025 07:01 by ADMIN
Created by: Paul
Comments: 1
Category: LinearGauge
Type: Feature Request
3

In our use case, we have linear gauges that show different colours depending on the time of day.

Our users need to be able to move the pointer up and down to view the corresponding values. 

As you can see in the below image, currently we have a workaround to show a slider above it and then move the pointer up and down accordingly, as the slider is moved. However, this does not always work perfectly, and sometimes the slider doesn't line up.

It would be nice if there were an option on the linear gauge to make the pointer moveable (false by default) and then also have corresponding events e.g. when the movement starts/stops.

Unplanned
Last Updated: 04 Nov 2025 17:29 by Mark
Created by: Imported User
Comments: 11
Category: Gantt
Type: Feature Request
26
Incorporate page breaks into the Gantt PDF Export and include option to repeat column headers on each page.
Planned
Last Updated: 04 Nov 2025 12:13 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: Paul
Comments: 2
Category: Checkbox
Type: Bug Report
2

Bug report

When a CheckBox is set to enabled: false, the input is missing the k-disabled class. Thus, the checkbox does not have disabled styles applied.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/KFntNMfA

The desired rendering of the component - https://github.com/telerik/kendo-themes/blob/e1dbf1a74980bd82718f40085f6a8e21922f1897/tests/checkbox/checkbox-states.html#L44

Current behavior

The first checkbox is enabled and the second is disabled, but they appear the same.

Expected/desired behavior

The input should have the k-disabled class when the checkbox is disabled

Workaround

 <style>
        .k-checkbox:disabled{
          opacity: 0.6
        }
      </style>

Dojo - https://dojo.telerik.com/ztwIGjBO

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
Completed
Last Updated: 04 Nov 2025 11:37 by ADMIN
Release 2025 Q4 (Nov)

Describe the bug
When a custom editor is defined and next to it there is a frozen column, the custom editor cannot be opened.

To reproduce
Steps to reproduce the behavior:

  1. Go to 'Dojo'
  2. Click in cell B1
  3. Try to open the calendar

Expected behavior
The calendar should be opened

Workaround

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
        transform: translateX(-100%);
}

The issue is a regression starting with themes version 6.3.0

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material
  • theme-tasks

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All
Completed
Last Updated: 04 Nov 2025 09:19 by ADMIN
Release 2025 Q4 (Nov)

Bug report

Grid in adaptive mode does not allow column resizing on mobile devices

Reproduction of the problem

adaptiveMode: "auto"

Dojo: https://dojo.telerik.com/wrQNuNbR

Run on a mobile device and try to resize 

Environment

jQuery: 2025.2.520

Kendo UI version: 2025.2.520
Browser: [all ]

Unplanned
Last Updated: 03 Nov 2025 11:31 by ADMIN
Scheduled for 2025 Q4 (Nov)

Bug report

When you use the setOptions method on the DateTimePicker, the selected date is lost

Regression introduced with 2024.4.1112

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/RCgGUwDW/9
  2. Open the DateTimePicker to check the selected date
  3. Select the AM checkbox, which will call the setOptions method, and open the DateTimePicker again

Current behavior

The selected date is lost

Expected/desired behavior

The selected date should be persisted

Environment

  • Kendo UI version: 2025.3.812
  • Browser: [all ]
Unplanned
Last Updated: 03 Nov 2025 10:02 by ADMIN

The DropDownList's Keyboard Navigation Docs specify that the arrow keys move the highlight in the dropDownList, while Enter selects the highlighted item.

However, in reality, the arrow keys already select items. Via keyboard, it is not possible to select e.g. the third item in the list without selecting the first and the second item first (by pressing the down arrow).

E.g. the docs for Angular describe a different behavior.

Completed
Last Updated: 30 Oct 2025 16:19 by ADMIN
Release 2025 Q4 (Nov)
Created by: Mikkel
Comments: 3
Category: Splitter
Type: Bug Report
7

Bug report

If you have a collapsible Kendo UI Splitter with 2 Panes and horizontal orientation, and one of them has size, the other pane will not be collapsible.

Reproducible

  1. Go to this Progress Kendo UI Dojo
  2. Collapse Pane B

Current Behavior

First pane remains at a fixed width.

Expected/desired behavior

The Pane should completely collapse similar to the 2024.3.1015 version(Dojo).

Environment

Unplanned
Last Updated: 28 Oct 2025 14:17 by Anthony
Created by: Anthony
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

When using the raw JavaScript files from the src\src\dist\raw-js folder (included directly via <script> tags), the Kendo UI version (kendo.version) always returns 0.0.0, and the package metadata in kendo.all.js has the version field hardcoded to 0.0.0.

Reproduction of the problem

1. Download Kendo UI for jQuery commercial distribution.
2. Use the files from the following path:
`src\src\dist\raw-js\`

3. Include kendo.all.js (and other scripts) directly in an HTML page using <script> tags.
4. Include a valid license key using:

`KendoLicensing.setScriptKey("your-license-key");`
5. Run the application and inspect the console.

Call: console.log(kendo.version);

Result: The version displayed is "0.0.0".

 

Current behavior

kendo.version returns "0.0.0".

_parsedPackageMetadata in kendo.all.js shows:

version: '0.0.0'


Expected/desired behavior

The kendo.version property should correctly reflect the actual build version (2025.3.1002 in this case).

The PACKAGE_METADATA placeholder should be replaced during the build or distribution process, even in the raw-js folder outputs.


Environment
Kendo UI version: 2025.3.1002
Browser: [all ]

Completed
Last Updated: 28 Oct 2025 11:44 by ADMIN
Release 2025 Q4 (Nov)

Bug report

group Grid event does not trigger when performing the grouping via the column menu.

Reproduction of the problem
Dojo example - https://dojo.telerik.com/EekHxwPJ


Environment

Kendo UI version: [all]
Browser: [all]

Unplanned
Last Updated: 28 Oct 2025 11:05 by ADMIN

Please make the speech to text button/suffix of a kendo textarea available via mvvm. Also speech to text button to come standard as a tool in the kendo editor.

Completed
Last Updated: 28 Oct 2025 09:25 by ADMIN
Release 2025 Q4 (Nov)
Created by: Emil
Comments: 0
Category: Chat
Type: Bug Report
0

Bug report

After the setOptions method is used, the Chat reference returns undefined

Reproduction of the problem

  1. Open the Dojo and observe the console - https://dojo.telerik.com/kDEdojjS.

Current behavior

The $("#chat").data("kendoChat") is undefined.

Expected/desired behavior

The reference to the component instance should be available after using setOptions

The issue is a regression starting with 2025.3.825

Environment

  • Kendo UI version: 2025.3.1002
  • Browser: [all ]
Completed
Last Updated: 27 Oct 2025 14:11 by ADMIN
Release 2025 Q4 (Nov)

Bug report

In a Grid with filterable set to "row" and reorderable enabled, if you type something in the filter input and try selecting the text with the mouse, the column is getting dragged.

Regression introduced with 2025.2.520

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/rXwoFtKi/4
  2. Type something in the filter input, and try selecting the text using the mouse

Current behavior

The column is being dragged, preventing you from selecting the text by dragging the mouse over it

Expected/desired behavior

The column shouldn't be dragged.

Environment

  • Ticket ID: 1693167
  • Kendo UI version: 2025.2.702
  • Browser: [all]
1 2 3 4 5 6