Unplanned
Last Updated: 23 Oct 2025 11:31 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Scheduler
Type: Feature Request
0

Currently, when dragging an event in the Scheduler, the drag hint occupies the whole next slot by design, even if the event itself ends before the end duration of the slot.

It would be great if the Scheduler could be enhanced so that the drag hint is rendered with the exact same height as the original dragged event.

Workaround that programmatically sets a dynamic height for the rendered drag hint element in the DOM based on the original dragged event:

Unplanned
Last Updated: 23 Oct 2025 06:39 by Michael
Created by: Michael
Comments: 0
Category: Scheduler
Type: Feature Request
1

For now, the developer has the option to use `slotClass` to apply a specific class with styles to a slot. However, it would be fantastic if there was an option to directly return the styles as the resource of the specific slot can already have a colour object. This would allow the colour object to be used directly in the slot, as different resources can come with different colours from the database. This approach avoids creating a large number of classes to cover every possible case.

Unplanned
Last Updated: 21 Oct 2025 07:36 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: PDFViewer
Type: Feature Request
1
It would be great to provide bookmark support for the PDFViewer, allowing developers to display and navigate bookmarks within the document.
Unplanned
Last Updated: 20 Oct 2025 07:15 by ADMIN

Our use case is a "search filter" grid:

This "search filter" has the following characteristics:

1) It can potentially result in 1000's of rows being "found" by the search criteria, the actual search is done by the server using various HTTP(S) REST API's.

2) Obviously we only load a small initial number of rows from the server and then as the user scrolls down we load additional rows from the server as required.

3) The initial load of rows and the incremental subsequent load of rows are all done asynchronous using various HTTP(S) REST API's, so the new rows arrive asynchronous. While loading rows, the user is allowed to scroll freely in the already loaded rows. For the rows being loaded we show skeleton rows if the user scrolls into the area of the "search filter" currently being loaded.

We would request a update to the Kendo Grid libs. to support concurrent scrolling, loading of data (trough the pageChangeEven) and virtual rows & columns, all at the same time.


Unplanned
Last Updated: 14 Oct 2025 09:02 by ADMIN
Created by: Sean
Comments: 1
Category: Gantt
Type: Feature Request
1

I would like to request a slot class template similar to the scheduler.

https://www.telerik.com/kendo-angular-ui/components/scheduler/styling#styling-the-slots

The gantt needs to visualize where company holidays are. It would also be nice to show markers similar to Syncfusion's Eventmarkers in Angular Gantt component | Syncfusion

Planned
Last Updated: 09 Oct 2025 06:05 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: Werner Haltner
Comments: 9
Category: ListBox
Type: Feature Request
28

Hi,

It will be a good component enhancement if selection and multi selection was introduced to the ListBox component. Like Kendo UI for React and jQuery:

https://www.telerik.com/kendo-react-ui/components/listbox/selection/

https://docs.telerik.com/kendo-ui/api/javascript/ui/listbox/configuration/selectable

Thank you for your consideration.

Unplanned
Last Updated: 06 Oct 2025 08:26 by Holger
Created by: Holger
Comments: 2
Category: TreeList
Type: Feature Request
3

Hello,

It would be great to have the same state management functionality in the TreeList component as provided for the Grid component.

https://www.telerik.com/kendo-angular-ui/components/grid/persist-state

As a minimum saving and restoring columns state (visibility, width, order, sort, ...) should be provided.

Best regards,
Holger

Unplanned
Last Updated: 03 Oct 2025 10:53 by Edzel

When a custom element is added, like a button, the user cannot use the internal navigation of the Scheduler. This is resolved in the Grid by a directive, and here it can be the same.

https://www.telerik.com/kendo-angular-ui/components/grid/api/gridtoolbarfocusabledirective#gridtoolbarfocusabledirective

 

Unplanned
Last Updated: 02 Oct 2025 05:58 by ADMIN
Created by: Simon
Comments: 1
Category: Gantt
Type: Feature Request
1
The date format in the drag tooltip is hardcoded to "HH:mm a EEE, MMM d". We would like to be able to change this as it is not common to use the AM/PM marker in many cultures.
Unplanned
Last Updated: 01 Oct 2025 14:27 by Deepak
Created by: FIBA IT Department
Comments: 1
Category: MultiSelectTree
Type: Feature Request
1
Add checkParents to MultiSelectTreeCheckableSettings to control parent node states.
Unplanned
Last Updated: 25 Sep 2025 13:46 by ADMIN
Created by: Mattia
Comments: 1
Category: Grid
Type: Feature Request
1

Hi,

we would like to submit a feature request for the grid component:

We would like the tds (generated when the kendoGridGroupHeaderColumnTemplate is specified) to be sticky if the related column is sticky (since right now, if i stick a grouped column, the group row td corresponding to the sticky /locked column scrolls with the rest of the row instead of being sticky as we would expect)

here's an exaple of the behavior we are encountering:

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

 

Best regards,

Claudio Salvatore Conte

Duplicated
Last Updated: 25 Sep 2025 09:47 by ADMIN
Created by: Plamen Ratchev
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
0
We are using the dialog service by dynamically importing and providing standalone components. The problem that we are experiencing is that seems those components aren't created in any injection context. So there is really no way if we want to reuse some shared service that is provided in the component that opens the dialog. Would be great if in the options that are passed to the open method of the dialog service we could also specify an injector, which will then be used when creating the instance of the dynamic component. This way we can pass the injector of the calling page which should provide any shared service that are provided in the calling page. 
Unplanned
Last Updated: 25 Sep 2025 08:04 by ADMIN
Created by: Kendo UI
Comments: 12
Category: DateInput
Type: Feature Request
7

Currently, it is not possible to enter a date that falls exactly on a Daylight Saving time.

Check the following example where it is not possible to enter 3 for the hours' section (it is also not possible to select 3 from the TimePicker popup):

https://stackblitz.com/edit/angular-nstdolh5-xfiws9nr

That behavior is expected as there is no such time in the Bulgarian time zone. Daylight saving time begins on 30 March 2025 03:00 when the time is moved 1 hour forward.

The demonstrated undesired behavior for the specific date will be reproducible only if the example is opened in the specified time zone. But the same behavior is valid for any other date that falls on Daylight Saving time in other time zones.

We should decide on what the expected behavior is for such cases. For example not allowing entering the value, displaying an error, auto-switching to the real hour (4 AM), etc.

Unplanned
Last Updated: 25 Sep 2025 07:28 by Christian
The migration tool reformats all Angular HTML templates and removes comments. Add an option to suppress these formatting changes. Provide a report of required or proposed migration steps instead of modifying templates directly. Documentation of the formatting rules would also help users understand and manage changes.
Declined
Last Updated: 22 Sep 2025 13:12 by ADMIN
Created by: Seyfor
Comments: 4
Category: Window
Type: Feature Request
8

Please support out of the box support for modality. I know there is how to, but out of the box, for such basic feature seems reasonable.

Also suggested how to doesn't work for windows initialised through service.

This would also align Angular Window component with KendoUI Window component modality.

Declined
Last Updated: 22 Sep 2025 13:12 by ADMIN
Created by: Seyfor
Comments: 7
Category: Dialog
Type: Feature Request
4

I would like to move dialog (because there is some content behind I need to see in order to fill form in dialog).

It would also be great if it could be resizable. If you have an input component inside dialog, you could set width to 100%.

Unplanned
Last Updated: 19 Sep 2025 07:09 by ADMIN
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
1

Provide sticky rows functionality for the TreeList, just like the one available for the Grid:

https://www.telerik.com/kendo-angular-ui/components/grid/rows/sticky#setup

It would be useful to see the parent row when scrolling through its child rows.

Unplanned
Last Updated: 11 Sep 2025 07:02 by Anupama
Created by: Anupama
Comments: 0
Category: RadialGauge
Type: Feature Request
1
Add a legend to the gauges similar to the chart legend. This enhancement provides clear and valuable information to users about the gauge data.
Unplanned
Last Updated: 10 Sep 2025 12:02 by Simon

It would be a good feature if you allowed the same customisation options for the built-in filter-menu components, like the TreeList component.

https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-menu#built-in-filter-menu-components

Unplanned
Last Updated: 09 Sep 2025 13:37 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
1

Provide the ability to customize the drag handle for the row reordering of the TreeList, similar to the available Grid feature:

1 2 3 4 5 6