The horizontal space between all OrgChart nodes on the same level is one and the same and it is equal to the horizontal space needed to show the child nodes of the parent with most child nodes. It is represented by the red squares on the image below. This results in excessive empty horizontal space between nodes with no child nodes or no visible child nodes.
This may be observed on the following Dojo runner. Currently the OrgChart has empty space between the first level nodes, and also there is empty space after the last node:
Suggested behavior:
There is no empty horizontal space between nodes on the same level - highlighted in yellow on the image above. In the above scenario, there should be no empty space between the first level's second and third node and no space after the third node, which may be observed, when the first node has no expanded child node:
When the MultiSelect is used inside the Grid as a custom editor, the component gets closed on focus or when the user tries to select a second item.
The first item is correctly selected, however, the pop-up is closed every time the user clicks in the input, thus it is not possible to select a second item.
The popup should not close on focus the MultiSelect input and it should be possible to select multiple items.
The MultiSelect is not closed when the downArrow is enabled (column 'Works')
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.
Currently, when you have a disabled DatePicker in MVVM scenario and the setOptions method is called, the component gets enabled. Dojo - https://dojo.telerik.com/OBMifPCW
The widget does not provide a configuration option that allows setting the enable state. The component can be improved by adding an enabled configuration option, and also by avoiding enabling the component after the setOptions method is used.
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 the Grid, when a new row is added, resized, and then the cancel changes button is clicked, an error is thrown.
An error is thrown
No errors should be thrown
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.
Bug report
DropDownTree node's subitems are not visible when expanding since 2025.1.211
Reproduction of the problem
Dojo: https://dojo.telerik.com/ovMLqOza
Current behavior
Decor children not visible
Environment
jQuery: 3.4.1
Kendo UI version: 2025.1.211 or newer
Browser: [all ]
Hi Team,
I would like to request for the Grid the functionality to allow copying but to be able to configure row or cell copying without being dependent on selection mode. For example, a grid with multiple/row selection, but configured to select a cell.
Thank you!
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
Hello,
I have an 8mb PDF files that I need to be able to search, however when I click on the search tool the entire page starts responding.
This issue happens in your hosted demo. It seems to come as a result of images in the PDF.
What do I need to do to have it work properly?
Thanks,
Greg
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]
Hi team,
I think there is a bug in the dependency detection.
In the attached "config_buged.js" i have chosen some components. The component "chiplist" was partially checked due to dependency.
When lunching my application I got the error :
Message: e(...).kendoChipList is not a function
at init._createList (kendo.custom.min.js:91:8505)
at new init (kendo.custom.min.js:91:3218)
at init._attachGroupable (kendo.custom.min.js:133:96797)
at init._groupable (kendo.custom.min.js:133:96348)
at init._continueInit (kendo.custom.min.js:133:33864)
at new init (kendo.custom.min.js:133:33735)
at HTMLDivElement.<anonymous> (kendo.custom.min.js:1:42737)
at jQuery.each (jquery-3.1.1.js:368:19)
at jQuery.fn.init.each (jquery-3.1.1.js:157:17)
at e.fn.<computed> [as kendoGrid] (kendo.custom.min.js:1:42713)
I was forced to totaly check the "chipList" component as seen in the attached file config.json
We are using a sheet with a datasource
if the user only selects one column and then sorts it only sorts the data in that column and mixes the rows data.
Suggestion: the filter button should act like the Excel filter button where it auto selects the entire sheet before applying the filter.
Maybe only when using a datasource?
When Sortable is used to implement row reordering in Grid and the cursor is set to 'move', an error is thrown in the console when reordering.
Once the dragging starts, an error: Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self' 'nonce-123456' https://kendo.cdn.telerik.com"....
is thrown.
Note: The issue appears only with the cursor option set to 'move'.
There should be no error when reordering a row within the Grid.
When a user edits a cell/row and presses enter, the cell is marked as dirty. However, the Save and Cancel buttons remain disabled, thus the user should focus on a different cell before being able to save changes.
The cell is closed and marked as dirty, the 'Save changes and 'Cancel changes' buttons remain disabled.
The buttons should be enabled once the cell is marked as dirty.
cellClose: function(e){
e.sender._toggleToolbarEditingItemsVisibility()
},
On Safari, the Scheduler throws an error.
An error is thrown on the browser console
No errors should be thrown
Hi Team,
I would like to see a no-data-template be included for the Kendo UI Chart when there is no data.
Thank you!
The enable options does not take effect
Both buttons appear enabled, although the first one has enable: false
set.
The buttons in the Grid toolbar should appear disabled when the enable
is set to false
,
Dojo with the previous version - https://dojo.telerik.com/DWbDiIJr
Add the 'k-disabled' class programmatically:
$('.k-grid-toolbar .k-button:eq(0)').addClass('k-disabled')
Dojo - https://dojo.telerik.com/yztUtuvn