Declined
Last Updated: 15 Sep 2026 08:34 by ADMIN

Currently, when the min and max options of the TimePicker are defined, the user is still able to enter a value that is outside the specified range, which triggers an error and the control enters an invalid state.

Provide an option that would entirely restrict the user from entering values outside the specified range and would automatically correct the value to the corresponding min or max value.

One way to achieve such functionality is to handle the blur event of the TimePicker and correct the value if necessary:

https://stackblitz.com/edit/angular-b1e6jl

Declined
Last Updated: 15 Sep 2026 08:34 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1

Currently, the supported approach for setting values for the input properties of the Kendo UI for Angular components is by binding them to a DOM property. 

Please provide support for the ability to set values for the input properties programmatically.

Declined
Last Updated: 15 Sep 2026 08:33 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Scheduler
Type: Feature Request
1

In the Agenda view of the Kendo Scheduler, multi-day events that are not marked as "All Day" are currently displayed with a time range of 12:00 AM - 12:00 AM for intermediate days. This is incorrect and should be updated to show "All Day" for these days.

Steps to Reproduce:

Create a multi-day event (e.g., September 1, 12:30 PM to September 5, 3:00 PM).
Ensure the event's 'isAllDay' property is set to 'false'.
View the event in the Agenda view.
Expected Behavior:

Start date (September 1) shows the start time (12:30 PM).
End date (September 5) shows the end time (3:00 PM).
Intermediate days (September 2 to 4) display "All Day" instead of 12:00 AM - 12:00 AM.
Actual Behavior: Intermediate days display 12:00 AM - 12:00 AM. They should display "All Day" to accurately represent the event spanning these days.

Example of current and desired rendering - https://stackblitz.com/edit/angular-lhne15?file=src%2Fapp%2Fapp.component.ts

Currently, it can be achieved with a template, but it will be nice if it's handled internally. 

Declined
Last Updated: 15 Sep 2026 08:32 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Editor
Type: Feature Request
1
It would be great if the Editor included a feature that allows users to insert emojis from a list of available options.
Declined
Last Updated: 15 Sep 2026 08:22 by ADMIN
Exporting large of amounts of data requires special handling by the web application so the user knows the excel export process is working.  With kendo-excelexport component, calling the save() function is where all the work is done and it doesn't return until the Excel file is complete due to it being synchronous.  There should be some way for the application to subscribe to progress events during the construction of the excel export process so the application can inform the user of this progress.
Declined
Last Updated: 15 Sep 2026 08:21 by ADMIN

Hi,

Currently, when adding or editing an event, if the user chooses any start date, the end date field does not update, and the user needs to manually add the time. This is acceptable, but in some cases, automatically adding 30 minutes or 1 hour to the start date and time would be a useful feature.

Similar to Microsoft Teams Meeting editor. Recording provided.

 

Declined
Last Updated: 15 Sep 2026 08:19 by ADMIN

Introduce hierarchical "outline" levels in Kendo Angular Gantt, enabling users to expand/collapse tasks and drill down into project details similar to MS Project. This feature will improve project management by providing a clear and organized view of complex task structures.

Video of the functionality - https://www.youtube.com/watch?v=1gcEVMbLVRg&t=30s

 

Declined
Last Updated: 15 Sep 2026 08:14 by ADMIN
Created by: Kendo UI
Comments: 1
Category: Popup
Type: Feature Request
1

When using PopupService with a component as content it is not possible to inject the PopupRef into the component's constructor.

Allow injecting PopupRef into the component's constructor like it is possible with DialogService and DialogRef.

https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-content-component

This will allow to call close on the PopupRef from within the component.

Declined
Last Updated: 15 Sep 2026 08:12 by ADMIN
Created by: Sidd
Comments: 1
Category: Map
Type: Feature Request
1

It would be nice to have some additional control over the zoom step and to allow fine-tuning with decimal values, such as 0.2, similar to the WPF option:

https://docs.telerik.com/devtools/wpf/controls/radmap/features/zoom-modes#zoomstep

Declined
Last Updated: 15 Sep 2026 08:11 by ADMIN
Created by: Kendo UI
Comments: 1
Category: DropDownList
Type: Feature Request
1
It would be a nice enhancement to the kendoDropDownFilter directive if it supported grouped data filtering.





Declined
Last Updated: 15 Sep 2026 08:09 by ADMIN
Created by: obulesh
Comments: 1
Category: Grid
Type: Feature Request
1
Provide a built-in method like scrollTo() to scroll the tabs to a specific tab index.
Declined
Last Updated: 15 Sep 2026 08:08 by ADMIN
Created by: Dimiter
Comments: 1
Category: PDFViewer
Type: Feature Request
0

Please add an upload zone and button to the PDFViewer content area when there is no PDF initially loaded, similar to the Kendo UI for jQuery implementation:

https://dojo.telerik.com/UsEzomaq

Declined
Last Updated: 15 Sep 2026 08:01 by ADMIN
Created by: Penny
Comments: 1
Category: Gantt
Type: Feature Request
1
It will be a good addition to the Gantt component if pagination is added as a feature.
Declined
Last Updated: 15 Sep 2026 08:00 by ADMIN
With the addition to the compare function to the SortDescriptior, It would be a good enchantment if the PivotGrid also supports it.
Declined
Last Updated: 15 Sep 2026 07:59 by ADMIN
Created by: Oliver
Comments: 1
Category: Charts
Type: Feature Request
1

We have noticed that the labels on the y-axis are rendered too close together, almost touching each other. This can be configured by setting the step option.

However, it could be ideal in such cases for the step to be determined automatically by the Chart based on the available space (similar to the rotation option which rotates the label, but in this case to control the step).

Please provide an option to automatically render the labels based on the available space.

Declined
Last Updated: 15 Sep 2026 07:58 by ADMIN
Created by: Geethu
Comments: 1
Category: TreeList
Type: Feature Request
1
Ability to modify the filter menu title with columnName placeholder in the TreeList just like the filterMenuTitle in the Grid.
Declined
Last Updated: 15 Sep 2026 07:57 by ADMIN

Hi,

It would be a significant improvement to the component if there were an API that provides a way to style the image set by the imageUrl property, like imageStyle. This would allow the developer to set specific properties, such as width, height, and so on, for the image inside the button.

Declined
Last Updated: 15 Sep 2026 07:56 by ADMIN

Hi,

Currently, `week` is missing as an option in the DateInputCustomFormatPlaceholder and would be a good addition to the API.

Declined
Last Updated: 15 Sep 2026 07:55 by ADMIN

Provide an item template directive for the ToolBarSplitButton and the ToolBarDropDownButton that allows the customization of their items, similar to the ones available for the default SplitButton and DropDownButton components:  

Currently, the only way to use this item template is by implementing the default buttons as custom tools in the Toolbar.

Declined
Last Updated: 15 Sep 2026 07:55 by ADMIN
Created by: David
Comments: 1
Category: PanelBar
Type: Feature Request
1

Hi, Team!

Currently, when the PanelBar component is set to take up a specific percentage of its parent element(and the size of the parent element is also responsive) and the screen is resized, the dimensions of the PanelBar are not properly recalculated and the component causes changes in the page thus breaking the responsive design.

1 2 3 4 5 6