Kendo TimePicker (kendoTimePicker) doesn't accept the typed values after version 2025.4.1321 (which worked correctly).
When a dateInput control is enabled to assist user when selecting the time and format is enabled, the time picker fails to accept user input the first time (while it allows it on second time).
This stopped working after 2026.1.212 version
How to reproduce:

Hi,
I have a diagram developed in Kendo UI 2024.3.806, for which I disconnected the mouse scrolling functionality using the following lines:
$("#diagram").unbind("mousewheel");
$("#diagram").unbind("DOMMouseScroll");so that user can use it to scroll the page instead of zooming in the diagram.
When migrating it to the 2026 version, these lines do not work anymore.
How can I replace them?
I made 2 examples in Kendo Dojo UI:
2024 version: https://dojo.telerik.com/sbTBquyi
2026 version: https://dojo.telerik.com/SjlrhOEW/2
Many thanks in advance for your help!
Kind regards,
Claire

Would like to check if this chart is possible using kendo chart
Normal scenario where there is score difference between current and previous year

Scenario if multiple domains score the same for highest/ lowest score

Scenario if there is no change compared to the previous report 
Scenario if all domains score the same for highest/ lowest score

Mobile display


Hi, please see the file view icons demoed on this page: https://demos.telerik.com/kendo-ui/filemanager/index
Clicking on 'Grid View' displays the FIle List view and vice versa, which is what we are seeing when implemented also.
The screenshot of the control seems to display the action of the icons correctly: https://www.telerik.com/kendo-jquery-ui/documentation/controls/filemanager/overview

this image below is the expected outcome

dojo link of what i have done
chart will load upon clicking on the various buttons
Hello all,
I’m working on an inline editable Kendo Grid and trying to add a dropdown list for one of the columns. However, when I run it, the dropdown doesn’t load properly. Instead of showing the item names, the textbox displays [object Object].
I’m using Kendo version 2025.3.825, and my code must comply with CSP rules.
Could someone guide me on how to fix this so the dropdown shows the correct text values instead of the object?
ASP.NET MVC Grid Custom Editing Demo | Telerik UI for ASP.NET MVC

I am trying to use https://www.telerik.com/download/custom-download (Custom downloader) for jQueryUI for the latest version 2026.1.212 but none of the checkboxes are appearing or the download button.
Anyone else experiencing this?


Append not showing tab content and throws when you try to select by index. Version 2024.3.1015
<div class="row" id="managing-directors-tab-strip"></div>
const tabStrip = $("#managing-directors-tab-strip", container).kendoTabStrip({
animation: false
}).data("kendoTabStrip");
tabStrip.append({ text: "Tab 1", content: "<text>111</text>" });
tabStrip.select(index);Uncaught TypeError: Cannot read properties of undefined (reading 'id')
at init.contentElement (kendo.tabstrip.js:621:71)
at init.contentHolder (kendo.tabstrip.js:631:41)
at init._click (kendo.tabstrip.js:984:38)
at init._itemClick (kendo.tabstrip.js:1208:22)
at HTMLUListElement.dispatch (event.js:335:27)
at elemData.handle (event.js:139:28)