Completed
Last Updated: 09 May 2024 12:23 by ADMIN
Release 2024 Q2 (May)
Created by: Wei
Comments: 8
Category: TreeList
Type: Feature Request
40
I would like the TreeList to support row virtualization. It will be useful when working with large data.
Unplanned
Last Updated: 25 May 2023 08:55 by ADMIN
Created by: Andrzej
Comments: 7
Category: TreeList
Type: Feature Request
21

Please add TreeList Export to Excel

Regards

Andrzej

Completed
Last Updated: 26 Jan 2024 14:28 by ADMIN
Release 2.18.0
Created by: Jurgen
Comments: 6
Category: TreeList
Type: Feature Request
10

I would like to start the tree grid with all rows collapsed. At the moment I can do this only through load on demand.

*** Thread created by admin on customer behalf ***

Unplanned
Last Updated: 11 Nov 2020 16:03 by ADMIN
Created by: Andrea
Comments: 0
Category: TreeList
Type: Feature Request
8

I would like to have an event equivalent to the OnRead for the Grid so that I could make custom data operations such as applying custom filtering to the root items. 

---

ADMIN EDIT

In the meantime, loading data on demand only when a node expands can make database queries happen less often and return less data: https://docs.telerik.com/blazor-ui/components/treelist/data-binding/load-on-demand

---

Completed
Last Updated: 15 Feb 2022 20:37 by ADMIN
Release 3.1.0
Created by: Jack
Comments: 5
Category: TreeList
Type: Feature Request
8
Need an OnRowDoubleClick event for editing purposes.
Unplanned
Last Updated: 06 Oct 2020 07:14 by ADMIN
I want to show the totals in my hierarchical data
Unplanned
Last Updated: 22 Mar 2021 17:00 by ADMIN
Created by: Kasim
Comments: 0
Category: TreeList
Type: Feature Request
6

In the TreeList control of Blazor UI suite, I did not see any option to group header for columns. Column group header is an important feature and will certainly enhance the utility of the control multifold.

Below are few samples of column group headers:

 

VCL TreeList Control - High Performance DevExpress TreeView ListView Hybrid  Control for Delphi and C++Builder Developers

Header Bands | ASP.NET Web Forms Controls | DevExpress Documentation

Unplanned
Last Updated: 06 Jan 2022 17:08 by ADMIN
Created by: Stefan
Comments: 2
Category: TreeList
Type: Feature Request
6
I want to bind the treelist to dynamic objects like I can the grid: https://github.com/telerik/blazor-ui/tree/master/grid/binding-to-expando-object.
Unplanned
Last Updated: 01 May 2021 10:12 by ADMIN
Created by: Rajesh
Comments: 1
Category: TreeList
Type: Feature Request
6

Telerik blazor TreeList required ContextMenu Event on each row.

---

ADMIN EDIT

In the meantime, you can consider using one of the templates of the component (row or cell) to integrate the context menu in. A similar example is also available in this article even if it is for the grid, and this one for the treeview, the same concepts will apply to the treelist. You can also use a button whose click can integrate the context menu if that will fit your UX.

---

Unplanned
Last Updated: 23 Sep 2022 09:02 by Huy
I'm using Telerik TreeList. I'm so happy that it supports Drag&Drop. But, if there are too many items on the list, it is really hard to drag an item from the top to the end of the list. The TreeList doesn't scroll the list automatically (Auto Scroll) when I drag an item to the edge of the TreeList.
Completed
Last Updated: 13 Nov 2023 13:25 by ADMIN
Release 5.0.0 (15 Nov 2023) (R1 PI1)
Created by: MaslovRG
Comments: 5
Category: TreeList
Type: Feature Request
4
It would be nice to have the same capabilities for working with TreeList columns as in the ColumnMenu for Grid. Espesially columns chooser. 
Duplicated
Last Updated: 21 Oct 2021 10:45 by ADMIN
Created by: Leigh
Comments: 1
Category: TreeList
Type: Feature Request
4
Unlike the grid, you don't have an OnRowClick event that will overcome the async limitations you indicate in the docs and support for OnSelect. Since everything I have is async, the binding solution just doesn't do enough if I can't catch the click. Is there an alternative to OnRowClick for the TreeList? If not, why not?
Unplanned
Last Updated: 19 Jul 2022 12:23 by ADMIN
Created by: Ted
Comments: 0
Category: TreeList
Type: Feature Request
4

The TreeList should add an event OnDragStatus that would query the app during active dragging to determine if the current drag location is valid or not. If invalid, it could show the invalid drag icon:

This would give better feedback to the user during dragging.

Could you add this as a feature request please?

Completed
Last Updated: 29 Jan 2021 09:00 by ADMIN
Release 2.21.0
Created by: Jurgen
Comments: 6
Category: TreeList
Type: Feature Request
3
I now have a treelist with a few thousand items, but the filtering takes a few seconds, and halfway there is a refresh with partial results.

Now the users are complaining that they do not really know when the treelist is done with filtering.
Unplanned
Last Updated: 30 Apr 2021 12:42 by ADMIN
Created by: Renier Pretorius
Comments: 0
Category: TreeList
Type: Feature Request
3

Is it possible to specify different editor templates for different levels in hierarchical data?

What I am trying to do is to build a hierarchical structure for grouping items. The list of items is specified so, in the grouping hierarchy, I want to select an item as the child element of the lowest grouping level rather than typing the name of the item and resolving if it exists. I thus want for the lowest level, to have a combobox rather than an editbox. The data items presented in the treelist have a property to bind to.

---

ADMIN EDIT

If your models already have flags denoting their level, or otherwise denoting the special need for that particular model, you can use them in the editor template already.

---

Unplanned
Last Updated: 21 Sep 2022 20:24 by Huy
Created by: Huy
Comments: 0
Category: TreeList
Type: Feature Request
3
Currently, the TreeList CheckBox selection exposes an option to select the children if the parents are selected. Please also add support for CheckParents option similar to the one in the TreeView component. This will allow marking the parent as selected if its children are selected.
Duplicated
Last Updated: 08 Feb 2021 20:01 by ADMIN
At the moment, clicking a row always alters the selection. I want to use only the selection column for selection so row clicks don't change it. A key issue is that when SelectChildren is set to true it only works for the checkbox, so clicking the row removes the selected children, and I don't want that.
Duplicated
Last Updated: 01 May 2021 10:08 by ADMIN
Created by: Andrzej
Comments: 4
Category: TreeList
Type: Feature Request
2

Please add TreeList Drag Drop Feature

Regards

Andrzej

---

ADMIN EDIT

This feature will arrive with the same feature for the grid in the 2.24.0 release in mid-May 2021.

---

Unplanned
Last Updated: 13 Jun 2023 12:00 by Himani
Created by: Himani
Comments: 0
Category: TreeList
Type: Feature Request
2

Currently, the DisplayFormat attribute is applied only to the values displayed in the Grid, while the checkbox list filter options remain unaffected by this formatting.

The DisplayFormat attribute should also impact the checkbox list options, providing consistent formatting across the entire Grid.

Unplanned
Last Updated: 19 Apr 2023 07:25 by ADMIN
Created by: Dale
Comments: 0
Category: TreeList
Type: Feature Request
1

Would it be possible to have the ability to create compact TreeList's similar to how we can now in a Grid? Since Size=ThemeConstants.Grid.Size.Small is available a Grid now it seems natural this would be a next step. If we can be provided with a work around for the time being that would be great.

1 2