Completed
Last Updated: 28 Mar 2025 07:16 by ADMIN
Release 2025 Q1 (Feb)
Created by: Annamalai
Comments: 15
Category: Grid
Type: Feature Request
42

Hi Team,

Requesting a feature to grid rows merge like the below example,

Col1Col2Col3Col4Col5Col6
Row1Row1Row1Row1Row1Merge1
Row2Row2Row2Row2Row2
Row3Row3Row3Row3Row3Merge2
Row4Row4Row4Row4Row4
Row5Row5Row5Row5Row5
Row6Row6Row6Row6Row6Merge3
Row7Row7Row7Row7Row7
Row8Row8Row8Row8Row8Merge4
Row9Row9Row9Row9Row9

Thanks!

Unplanned
Last Updated: 27 Mar 2025 07:41 by ADMIN
Created by: Kendo UI
Comments: 2
Category: DateInput
Type: Feature Request
5

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: 24 Mar 2025 07:10 by ADMIN
Created by: Max
Comments: 1
Category: Kendo UI for Angular
Type: Feature Request
1
See here. This is already a feature with the tooltips in Kendo for jQuery, and it would be useful to have it in Angular as well. Currently the Angular tooltips do not naturally support keyboard focus.
Unplanned
Last Updated: 20 Mar 2025 15:26 by Brent
Created by: Brent
Comments: 0
Category: Gantt
Type: Feature Request
1

Provide an option to customize the tooltip that appears while dragging a task in the timeline view. 

Unplanned
Last Updated: 19 Mar 2025 09:57 by ADMIN
Created by: Nina
Comments: 0
Category: Charts
Type: Feature Request
1

I would like to modify the crosshair tooltip to display the interpolated y value for the given x position of the crosshair (see data below the chart)

https://stackblitz.com/edit/angular-gv97jtt9-zedgrxxy?file=src%2Fapp%2Fmy-chart%2Fmychart.component.html,src%2Fstyles.css

Unplanned
Last Updated: 19 Mar 2025 09:37 by Travis
Created by: Travis
Comments: 0
Category: Editor
Type: Feature Request
1

It would be great to have support for collaborative editing in the Editor. This could include a helper function to facilitate collaboration, similar to ProseMirror’s or Yjs’ implementations. This would enhance real-time collaborative capabilities for users, allowing smoother shared editing experiences.

Examples:

ProseMirror Collab Example

Yjs Collab Example

Unplanned
Last Updated: 19 Mar 2025 07:28 by ADMIN
Created by: Michael
Comments: 1
Category: PivotGrid
Type: Feature Request
0

jQuery version has MeasuresAxis allows to switch measures between 'columns' and 'rows', can you please provide the same feature on Angular version.

 

See kendo.data.PivotDataSourceMeasureOptions.axis for reference from jQuery version or https://docs.telerik.com/kendo-ui/api/javascript/data/pivotdatasource/configuration/measures#measuresaxis

Unplanned
Last Updated: 18 Mar 2025 09:27 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
1

Provide the ability to customize the drag hint for the row reordering of the TreeList similarly to the available Grid feature:

Unplanned
Last Updated: 17 Mar 2025 10:58 by Thomas

When using Kendo UI for Angular's ComboBox or other DropDowns in Reactive Forms, clicking the 'X' to clear the control removes the associated value from the FormGroup entirely. This behavior differs from other frameworks like React and Blazor WASM, where the control remains but is set to null. Currently, developers must manually handle this event to retain the control in the form. It would be beneficial if clearing the value only set it to null instead of removing the control from the FormGroup.

Expected Behavior:

Clearing the form when using the clear button should act like a form reset.

Unplanned
Last Updated: 14 Mar 2025 08:16 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: ListView
Type: Feature Request
1

The ListView component currently has an endless scrolling feature that allows the developer to load more items on demand. However, when all items are loaded upon continuous scrolling, there can be some issues in performance due to the large number of rendered DOM elements at the same time. 

For this reason, providing a virtualization functionality that renders only a limited number of elements at a time will be useful in improving the performance of the ListView when a large number of items are used. 

Unplanned
Last Updated: 13 Mar 2025 09:53 by ADMIN
Created by: OpkeyDev
Comments: 2
Category: Spreadsheet
Type: Feature Request
13

Provide the ability to customize the cells' content of the Spreadsheet. SImilar to the custom cell editors of the Kendo jQuery Spreadsheet:

https://demos.telerik.com/kendo-ui/spreadsheet/custom-editors

 

Unplanned
Last Updated: 12 Mar 2025 12:54 by Patrick
Created by: Kendo UI
Comments: 1
Category: Avatar
Type: Feature Request
3

Currently the imageSrc input property only accepts string as value. Allow the property to accept and work with blob URLs as well. Additionally, as the property accepts only string as value, the URL cannot be sanitized as sanitizing it always results in a SafeUrl type.

 

Unplanned
Last Updated: 12 Mar 2025 08:57 by Kendo UI

Currently, the NumericFilterMenuComponent has a default filterDelay of 500ms. So, in some scenarios where a value is entered and the Enter key is pressed very quickly, the component may not be able to catch the new filtering condition and create a new filter descriptor with the entered value.

It would be great if the component is enhanced to take into account the last entered value in such scenarios despite the defined delay. 

Unplanned
Last Updated: 12 Mar 2025 07:20 by Raj
Unplanned
Last Updated: 10 Mar 2025 08:09 by ADMIN

We have a scenario where we have inputs inside the sortable component. As the user types into the input the focus is lost constantly this is due to the Sortable component being re-rendered unnecessarily by Angular change detection. You can see an example here

Angular is moving towards immutable data structures and it is often the recommended practice. Therefore I believe the sortable component should be able to handle the scenario provided. This should be achievable by internally using a trackBy function to help Angular recognise when data hasn't changed. This should be accompanied by allow the consumer to provide their own function for tracking.

A similar issue was raised 5 years ago but wasn't adopted. In my opinion given the massive advancements in Angular and the introduction of Signals this becomes a more pressing issue now and arguably moves from the realm of feature request to bug.

 

Unplanned
Last Updated: 6 Mar 2025 08:15 by Markus
Created by: Markus
Comments: 0
Category: Stepper
Type: Feature Request
1

Change the default vertical Stepper by enhancing the layout like the Material Stepper -rendering the content in between the steps:

https://material.angular.io/components/stepper/overview

 

Duplicated
Last Updated: 5 Mar 2025 09:29 by ADMIN
Created by: Ramesh
Comments: 1
Category: TreeView
Type: Feature Request
1

Hi,

 

  We are facing a notable poor performance in tree view when loading about 1500 tree nodes with custom template and it is taking approximately 32 Seconds to load it. You have already provided load more option to virtualize data but this is not so user friendly and suggested listview which has virtualization also not good fit to replace treeview.  I wonder how this virtual scroll is missed in tree view!!. It is very important component to our project If you could provide this feature will be great.

 

Thanks& regards,

Ramesh M

Unplanned
Last Updated: 5 Mar 2025 09:28 by ADMIN
Created by: Peter
Comments: 8
Category: TreeView
Type: Feature Request
26
If you expand a tree node with 1000 items in it, and that tree has an ng-template the performance is very poor. It takes 7 seconds on my machine, see here https://www.telerik.com/forums/slow-treeview-with-large-datasets

Please add virtualisation to the TreeView so that not so many DOM elements (and therefore ng-templates) need to be created.
Unplanned
Last Updated: 26 Feb 2025 09:32 by ADMIN
Created by: Stephen Barrett
Comments: 2
Category: Spreadsheet
Type: Feature Request
9

Hi Team,

I would like to request the toolbar data validation tool like this Kendo UI for jQuery demo to be included in the new Angular component. 

 

Thank you!

1 2 3 4 5 6