When a user clicks on a locked column header (for example for sorting), the focus unexpectedly shifts to the first unlocked column instead of remaining on the clicked header.
The visual/keyboard focus immediately moves to the first unlocked column. If the user clicks the second locked column, the focus shifts to the second unlocked column.
Clicking on a locked column should retain focus on that column, not move to another grid column.
The issue is a regression starting with 2022.3.913 version
According to the accessibility spec, when the ColorPicker's popup is open, and the focus is on the last focusable element, pressing tab should focus the first focusable element in the popup. Instead, the focus moves out of the popup, to the next focusable element on the page.
Pressing tab again moves the focus out of the popup
Pressing tab should preserve the focus within the ColorPicker, to the first focusable item
On Safari, the Scheduler throws an error.
An error is thrown on the browser console
No errors should be thrown
With Kendo version 2025.2.520 the filterInput text has been set and the current value is 'Filter'. However, there is no built-in option in the API that provides the possibility to change the text. As the text is not part of the messages, it can not be localized in case another language is used.
Dojo - https://dojo.telerik.com/zidaocyO
Add the filter input text to the messages so localization and customizing the text are possible.
If a ContextMenu is opened near the screen border, opening a third level of items doesn't show any nodes.
The Preferences node doesn't contain any items
The Preferences node should show the items
When building with NPM, the glob is mismatched. This is currently related to the source code build.
Receiving the specific error message:
[!] SyntaxError: The requested module 'glob' does not provide an export named 'default'
In the Editor's accessibility demo, you cannot initially navigate to the textarea using tab. After focusing the paragraph tool, pressing tab again will move the focus to the browser navigation bar. If you break the sequence and navigate to another tool before trying to navigate to the textarea, the issue disappears. The issue doesn't reproduce on the Keyboard Navigation demo.
The textarea will not be focused
You should be able to navigate to the textarea on the first iteration
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 ]
Menu item chaining is not activating for the Kendo UI Menu's subitems.
Chaining for the open method is not occurring as expected.
Test Environment:
OS: Windows_11Browser: Version 103.0.1264.71 (Official Build) (64-bit)
Prerequisite steps:
1. Go to system settings.
2. Navigate to 'Accessibility' and activate it.
3. Navigate to 'Contrast theme' and activate it.
4. Select 'Desert/Aquatic' High Contrast theme in the combo box.
Repro Steps:
1. Open given URL https://demos.telerik.com/kendo-ui/colorpicker/index?_ga=2.176601965.933052354.1656022269-1325185890.1643853544 in Edge Browser.
2. Navigate to ‘Edit’ button using tab key and activate it.
3.Observe that issue.
Actual Behavior:
The Color for each series isn't shown in the Series legend or when Editing the series, but the graph does show the series colored correctly. Occurs in both Aquatic (High Contrast Black) and Desert (High Contrast White) modes.
Expected Behavior:
The series colors and color picker should be visible in both high contrast modes.
MVVM Textbox doesn't bind the value correctly to the viewModel on iOS devices in Safari
Regression introduced with 2021.3.1207
The value is undefined
The value should match the input text
In a Grid with locked columns, there's an invalid aria-selected attribute on tr
elements in the locked columns.
The tr role='none'
element has invalid aria-selected attribute
The element shouldn't have the aria-selected attribute.
Using a datasource on a sheet
Selecting entire sheet and clicking the filter in the data toolbar tab.
The buttons for the columns do not respect the size of rowHeight or headerHeight
Set rowHeight to 20 and i get this
In a Grid where the filterable.extra is set to false, the data is not filtered correctly.
Regression introduced with 2025.2.520
The column is empty after the second filtering
The data should be filtered correctly
Bug report
When showing a notification with closeButton set to false, the closeButton is still displayedReproduction of the problem
Dojo: https://dojo.telerik.com/koWkSInz
Expected/desired behavior
The notification should default to options.button, but should use args.closeButton to decide to show the close button in the notification.
Environment
**Kendo UI version: 2025.2.520
**jQuery version: 3.7.1
**Browser: [all]
Currently, the Typescript definition is missing information about all the possible options of the context menu, such as contextMenu.groups, contextMenu.close, etc.
Revise the typescript definition of the Grid context menu and add the needed options.
In the Spreadsheet, if you attempt to delete a row that contains a disabled cell, the operation is pushed in the undo stack. Pressing the undo button inserts a copy of the row with empty disabled cell.
A new row is inserted above the selected row, as the unsuccessful delete operation is pushed in the undo stack
The unsuccessful delete operation shouldn't pushed in the undo stack
Bug report
Long Gantt event is not visible since 2022.1.119
Reproduction of the problem
1. Open the Gantt Demo in Firefox.
2. Switch the view to Month.
3. Pick an event row in the chart (e.g. 'Market Research'), and set the End date to 2024-12-31.
4. The event is no longer visible in the right-hand-side of the gantt.
Expected/desired behavior
Gantt event shall be visible
Environment
Kendo UI version: 2022.1.119 or newer
Browser: [all]
Bug report
Pivotgridv2 measure is not slicing the data by the second attribute when expanding
Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/zmhjamtb
Value sum is correct (sliced) for all rows:
where the second row is expanded and not correctly sliced:
Environment
jQuery: 3.4.1
Kendo UI version: 2025.1.227
Browser: [all]
Bug report
Spreadsheet cellContextMenu() throws an error
Regression with 2024.4.1112
Reproduction of the problem
Run the Dojo: https://dojo.telerik.com/SlDUjkTQ
Check console
`Uncaught TypeError: spreadsheet.cellContextMenu is not a function`
Environment
jQuery: 3.4.1
Kendo UI version: 2024.4.1112 or newer
Browser: [all]