Unplanned
Last Updated: 31 Oct 2025 18:10 by Victor
Created by: Holger
Comments: 3
Category: TreeList
Type: Feature Request
4

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: 31 Oct 2025 14:37 by Lisa
Created by: samer
Comments: 5
Category: Kendo UI for Angular
Type: Feature Request
13

Hello,

we are searching for two components that we don’t find in your ANGULAR Library.

These components are:

  • KANBAN Cards / TASK LISTS   
  • Docking Manager

I have attached some print screens for existing components on the market...

Could you please check if there are any future/planned  developments concerning these two components with Telerik?

Thank you in advance…

Unplanned
Last Updated: 28 Oct 2025 15:42 by ADMIN
Scheduled for 2025 Q4 (Nov)
Created by: Kendo UI
Comments: 4
Category: Timeline
Type: Feature Request
12
Provide an option that will allow reversing the order of the Timeline events, i.e. displaying them in a descending/reverse chronological order.
In Development
Last Updated: 28 Oct 2025 12:33 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: 27 Oct 2025 07:46 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
2

Add support for Angular's Trusted Types to eliminate CSP compatibility issues and errors when using the Kendo UI for Angular components in applications with strict Trusted Types security policies.

At the moment, the internal logic of the Kendo UI for Angular components uses innerHTML in various scenarios, like placeholder content for virtualization, dynamic rendering of icons and indicators, etc.

Thus, when applications have strict CSP with Trusted Types enabled, developers encounter a "This document requires 'TrustedHTML' assignment" error. 

Although all content set via innerHTML is internally controlled and secure, the Kendo UI for Angular components should work seamlessly in applications with strict CSP and Trusted Types policies without requiring developers to modify their security configuration.

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.


Completed
Last Updated: 16 Oct 2025 08:49 by ADMIN
Created by: Mohamed
Comments: 1
Category: Charts
Type: Bug Report
1

Hello ,

Kindly Have issue with stacked bar when try to draw two items in chart  with specified with as the below  

<kendo-chart-series>
  <kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[97]">
  </kendo-chart-series-item>
  <kendo-chart-series-item type="bar" [stack]="{ type: '100%' }" [data]="[7]">
  </kendo-chart-series-item>
</kendo-chart-series>
the width of the first element is less than the second element as the below screen 



Can Anyone help on that ?

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

Completed
Last Updated: 10 Oct 2025 07:26 by ADMIN
Created by: Mitchell
Comments: 1
Category: DateRange
Type: Bug Report
1

The date range picker is not closing when tabbing through inputs when the picker is appended to the 'component'. It also seems that once the date range picker loses focus, it does not close by clicking anywhere else in the document until it regains focus again or the document loses focus.

 

I reproduced it in Stackblitz and attached a video. In the video there is a button after the date picker that logs to the console when it gains focus. Focus starts at the top of the document, start tabbing until the date range picker pops up, then continue tabbing through the date range picker until the button below the picker gains focus. As you can see the date range picker does not close. Here is the Stackblitz editor link to this: https://stackblitz.com/edit/kendo-daterange-bug?file=app/app.component.ts

 

Thanks!

Mitchell

Planned
Last Updated: 09 Oct 2025 14:12 by ADMIN

When setting the Checkbox component to disabled while the form is marked as touched, the k-invalid class is applied to the checkbox control.

That's because of the implementation of the isControlInvalid property:

public get isControlInvalid(): boolean {
    return this.control && this.control.touched && !this.control.valid;
}

According to the Angular source code:

    /**
     * A control is `valid` when its `status` is `VALID`.
     *
     * @see {@link AbstractControl.status}
     *
     * @returns True if the control has passed all of its validation tests,
     * false otherwise.
     */
    get valid(): boolean;

So valid() returns false when `status` is DISABLED.

The `isControlInvalid`property should better implemented like this:

public get isControlInvalid(): boolean {
    return this.control && this.control.touched && this.control.invalid;
}

Please check this Stackblitz: https://stackblitz.com/edit/angular-dznoe1xj?file=src%2Fapp%2Fapp.component.ts

In Development
Last Updated: 08 Oct 2025 12:26 by ADMIN

I'd like to report that my issue linked in Duplicated item was not fixed: 

Closed bug: https://feedback.telerik.com/kendo-angular-ui/1484071-scheduler-event-editor-recurrence-editor

My bug marked as duplicate: https://feedback.telerik.com/kendo-angular-ui/1657303-scheduler-some-events-are-incorrectly-duplicated-despite-the-rules-written-on-them

 

It can still be reproduced in new version 17.3.12 

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

The event with recurreneRule that suggests that this event appears on each Tuesday till 20201014 is visible on Wednesday 14th.

    {
      id: 2,
      title: '2 BAD',
      start: new Date('2020-10-05T00:00:00'),
      end: new Date('2020-10-05T10:30:00'),
      recurrenceRule: 'FREQ=WEEKLY;UNTIL=20201014T000000;BYDAY=TU',
    },
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: 03 Oct 2025 07:52 by ADMIN

Hi,

in a Treeview bound to flat data (probably does not matter), if I have 3 items, and I drop the first 2 in the last, the loading indicator is stuck.

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

Can you please take a look at it?

Best regards,
Michael

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
2

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. 
1 2 3 4 5 6