Declined
Last Updated: 11 Sep 2026 15:57 by ADMIN
It would be nice if you supported specific row selection based on user-defined conditions, without disabling the entire row. The goal is to eliminate the need for additional customization required to handle multi selection behavior on the user's end.

Implementing this functionality would greatly benefit applications that heavily rely on grid usage. Currently, each usage of the grid component requires a custom implementation to override default behavior.
Declined
Last Updated: 11 Sep 2026 15:57 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Menu
Type: Feature Request
0


Currently, there is no easy way to add attributes to the <li> elements of the ContextMenu items. It will be a nice addition, which will allow additional customization of the list items.

 
Declined
Last Updated: 11 Sep 2026 15:56 by ADMIN
Created by: Kendo UI
Comments: 1
Category: TreeView
Type: Feature Request
2

Request related to - https://github.com/telerik/kendo-angular/issues/3452

Currently, the default filtering mode, known as "lenient", halts its search as soon as a match is identified, showcasing all child elements of that match irrespective of their correspondence with the filter term. However, due to this design, using "lenient" mode while simultaneously auto-expanding child elements matching the filter term is not feasible.

In the "lenient" mode, the algorithm terminates its comparison upon encountering a match. Consequently, utilizing "lenient" mode along with automatic expansion of potential child matches requires switching to the "strict" filtering mode. This compels the algorithm to perform comprehensive comparisons throughout the entire tree, ensuring explicit identification and expansion of all matches.

https://stackblitz.com/edit/angular-5oxrjd-m3qsi6?file=app%2Fapp.component.ts

An enhancement can be introduced by incorporating a setting that drives the algorithm to perform exhaustive comparisons even within "lenient" mode, introducing the capability to expand matches while maintaining the current operational design.

Declined
Last Updated: 11 Sep 2026 15:56 by ADMIN
Created by: Kendo UI
Comments: 1
Category: DateMath
Type: Feature Request
0
Be able to get the calculation in a number of days between two dates in a similar manner as durationInMonths, durationInYears, durationInDecades, and durationInCenturies.
Declined
Last Updated: 11 Sep 2026 15:55 by ADMIN
Created by: Simon
Comments: 1
Category: Gantt
Type: Feature Request
1
https://docs.telerik.com/kendo-ui/api/javascript/ui/gantt/configuration/hourspan
Declined
Last Updated: 11 Sep 2026 15:53 by ADMIN
Created by: Mikhail
Comments: 1
Category: Editor
Type: Feature Request
2

Hi,

It would be a nice feature for the Editor toolbar to have built-in copy, paste, and cut tools.

Declined
Last Updated: 11 Sep 2026 15:52 by ADMIN

Hi,

Presently, there isn't a feature that permits the programmatic selection of a custom item. The only approach accessible is to utilize the "Enter" key for item selection. It would be appreciated if an option could be implemented to manually add typed custom items to the MultiSelect value.

https://stackblitz.com/edit/angular-ikoxq1-x3xnsf?file=src%2Fapp%2Fapp.component.ts

Declined
Last Updated: 11 Sep 2026 15:52 by ADMIN
Created by: Kendo UI
Comments: 1
Category: ComboBox
Type: Feature Request
0

Hi,

The current scenario involves the itemDisabled function being invoked five times for each item when the popup is active.

Example - https://stackblitz.com/edit/angular-natpq9-5uzrh5?file=src%2Fapp%2Fapp.component.ts

It would be preferable to optimize this such that the function is called only once per item.

Declined
Last Updated: 11 Sep 2026 15:51 by ADMIN
Created by: Kendo UI
Comments: 1
Category: DropDownList
Type: Feature Request
1

Hi,

At present, the DropDowns have the capability to accommodate just a single level of grouping. Enhancing this feature to support multiple levels of grouping would be highly beneficial.

Declined
Last Updated: 11 Sep 2026 15:50 by ADMIN
Created by: Rayane
Comments: 1
Category: PivotGrid
Type: Feature Request
1

Hi,

The inclusion of grouping support in the PivotGrid would be a valuable enhancement. This could potentially involve enabling drag-and-drop functionality for grouping, and it could also be integrated into the configurator for added convenience.

Declined
Last Updated: 11 Sep 2026 15:50 by ADMIN
Provide an option to clear the value of the DropDownTree and MultiSelectTree with a keyboard shortcut (like Esc key for the Combobox).
Declined
Last Updated: 11 Sep 2026 15:50 by ADMIN

Hi Team, 

Currently, there is no designated event that is being fired when selecting an already selected item in the PanelBar component. I would like to have an event that is being fired in such a use case.

In React and jQuery, the PanelBar component seems to be firing an event in such cases:

- React: https://www.telerik.com/kendo-react-ui/components/layout/panelbar/events/

- jQuery: https://demos.telerik.com/kendo-ui/panelbar/events

 

Declined
Last Updated: 11 Sep 2026 15:49 by ADMIN
Created by: Evgeniy
Comments: 1
Category: Tooltip
Type: Feature Request
2
It would be nice to have a built-in way to show the tooltip for overflowing text only instead of writing a function as defined in this KB article.
Declined
Last Updated: 11 Sep 2026 15:48 by ADMIN
Created by: Marc
Comments: 1
Category: Scheduler
Type: Feature Request
1

Please provide a TimeLineMultiWeekView. It should allow the TimeLine view to display a start date from one month up to an end date in the following month. It should be similar to the available MultiWeekView.

thank you

Declined
Last Updated: 11 Sep 2026 15:47 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Scheduler
Type: Feature Request
2

Hi, 

This will allow the developer to update the view of the Scheduler component without reloading the data.

Declined
Last Updated: 11 Sep 2026 15:46 by ADMIN

Hi, 

Optimize the internal selection mechanism to enhance overall performance and prevent browser hangs when a large number of items are selected. This enhancement will significantly improve the user experience and ensure smooth functionality within the application.

Example - https://stackblitz.com/edit/angular-83jvpr?file=src%2Fapp%2Fapp.component.ts

 

Completed
Last Updated: 10 Sep 2026 14:46 by Adam
Created by: Kendo UI
Comments: 8
Category: PDFViewer
Type: Feature Request
4
Provide support for clickable links that can be interacted with in the displayed documents in the PDFViewer component.
Unplanned
Last Updated: 09 Sep 2026 07:47 by ADMIN
Created by: Kendo UI
Comments: 2
Category: TimePicker
Type: Feature Request
2
Allow the TimePicker (and DateTimePicker) to accept a custom collection of time slots, where each slot can define a display label and a distinct underlying Date value. This would allow applications to display both occurrences of an ambiguous local time during a DST fall-back transition, omit nonexistent times during the DST spring-forward transition, or pass an entirely custom collection based on the specific scenario.
Completed
Last Updated: 08 Sep 2026 11:40 by Naji
Created by: Kendo UI
Comments: 6
Category: Editor
Type: Feature Request
13

Provide a built-in option to paste Excel data inside the Editor formatted as a table (like the KendoReact Editor):

 

 

Unplanned
Last Updated: 27 Aug 2026 16:36 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Grid
Type: Feature Request
1

Currently, the row pinning functionality of the Grid duplicates the pinned rows in both the pinned section and the normal row section.

Provide a way to avoid this duplication and have the pinned rows displayed only in the pinned section.

1 2 3 4 5 6