Declined
Last Updated: 14 Sep 2026 13:36 by ADMIN
Created by: Marcus
Comments: 1
Category: TreeView
Type: Feature Request
1

Hi,

Please provide a property that can be used to associate the node pageSize with a specific property of the data items.

thanks

Declined
Last Updated: 14 Sep 2026 13:30 by ADMIN
Created by: Alex
Comments: 1
Category: TreeView
Type: Feature Request
2

Hi,

Please provide an option that allows exposing the TreeView nodes' indexes. Such a feature will be especially helpful when rearranging the TreeView nodes by dragging.

Thank you

Declined
Last Updated: 14 Sep 2026 12:11 by ADMIN
Currently, the TreeView has a focus event for the component. However, when the focused node is changed programmatically using the focus method,  there is no event. Can we have a built-in event for this?
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: 31 Mar 2025 14:31 by ADMIN
Created by: Cyril
Comments: 2
Category: TreeView
Type: Feature Request
1
Hello,

 

We would like to be able to customize icons used in kendo-treeview (ex: arrows to access child elements).

This is required to match the rest of our style guide where we only use fontawesome icons.

Having still some kendo UI icons feel a bit weird at the moment.

 

Thanks!


Regards
Declined
Last Updated: 20 Nov 2024 07:11 by ADMIN
Created by: Holger
Comments: 2
Category: TreeView
Type: Bug Report
1

When using the "checkBy" attribute to configure the data field for the key definition, then the indeterminate state of parent nodes is broken.

To reproduce the issue have a look to this StackBlitz: https://stackblitz.com/edit/angular-okpokx

Declined
Last Updated: 24 Aug 2023 10:32 by ADMIN

When you have a very long list of items to display in the tree view its not always ideal to have a vertical scroll.  In order to better utilize space and allow for the user to see more options on the screen at once it would be nice to have a configuration to allow for the list to be split up into columns.  So for example if you have a list of 90 items, you can maybe have 3 columns of 30 items each.  Please see the attached image that demonstrates what I am referring too.  

 

The Kendo Silverlight does have something similar: https://docs.telerik.com/devtools/silverlight/controls/radtreeview/how-to/create-horizontal-treeview

Declined
Last Updated: 18 Jul 2023 15:26 by ADMIN
Created by: Rahul
Comments: 1
Category: TreeView
Type: Feature Request
0

Please provide a built - in feature that allows to achieve the behavior demonstrated at the following link:

https://www.lidorsystems.com/support/articles/angular/treeview/treeview-compact-view/

thank you

Declined
Last Updated: 04 May 2023 06:28 by ADMIN
Created by: bob
Comments: 1
Category: TreeView
Type: Feature Request
1
My suggestion for the Angular treeview is to expose a doubleClick event, as opposed to just the single click event (or the selection node event).
This would help in preventing events from firing unless the user has double clicked a node (as an option).
Declined
Last Updated: 30 Jun 2021 07:39 by ADMIN
Created by: Imported User
Comments: 1
Category: TreeView
Type: Feature Request
4
Add the posibility to expand all nodes in a TreeView component.