If jQuery version is set to 4.0.0, the Kendo UI TimePicker will not work initially when the format is set to "HH:mm".
The TimePicker will display the value "00:00". But, now try to add "13:30" and it will be added.
Normal functionality is occurring when jQuery is set to 3.7.0 as demonstrated in this Progress Kendo UI Dojo.
1. Navigate to: https://dojo.telerik.com/@PMcDonou/UVIXEPOk
2. Enter a space in maskedtextbox
Result: space is accepted as a valid character
Expected: space should be prevented
Workaround: Use '\u2000' for promptChar instead of space
We noticed this issue on our client application. It is especially prominent on a slower network connection. We have a batch edit Grid (in cell editing). We clicked Add to create a new row, added data to it, double-clicked the Save Changes button, refreshed the page, and noticed we had 2 new entries instead of just 1 in the grid. We are currently using v2025.4.1111.
To make sure that it was not something isolated to our specific version / setup, I went to the Kendo grid demo site (https://demos.telerik.com/kendo-ui/grid/editing ) to try and reproduce. At the time of writing this ticket, the Kendo site used the latest version available, v2026.2.520.
The following steps reproduce the issue reliably.
Bug report
Notifications overlap when multiple invoked on mobile. Tested on iPad Air 13 2025 v18.6 and iPhone 26.3.1
Regression with v.2023.1.314
Reproduction of the problem
https://demos.telerik.com/kendo-ui/notification/index
Click on "As a popup at bottom-right" multiple times
The notifications are overlapping and broken into multiple lines
Expected/desired behavior
Notifications should not overlap and rendering on a single line
Environment
Kendo UI version: 2026.1.415
Browser: [ ipadOS 17.1.1 Safari ]
Approach described in the documentation is not working as described after version 2024.4.1112
Dojo: https://dojo.telerik.com/pXPIOvsq/2 - works with version 2024.3.1015, broken in version 2024.4.1112
Splitter cannot be made resizable as documented.
It should be possible to change the resizable option for panes.
1713187