Unplanned
Last Updated: 09 Nov 2023 12:45 by Ioannis
Created by: Ioannis
Comments: 0
Category: TreeList
Type: Feature Request
1

The aggregates field is currently available only for kendoTreeListFooterTemplate:

https://www.telerik.com/kendo-angular-ui/components/treelist/aggregates/#toc-aggregating-flat-data

But in some scenarios, the aggregates need to be displayed inside the headers as well. Please provide the aggregates field in the kendoGridCellTemplate.

So far the only approach where this can be achieved is to use manual aggregation and some custom code:

   <ng-template kendoTreeListCellTemplate let-dataItem>
                    {{dataItem.name}} - <strong> {{ data.aggregates.name.count }} employee(s)</strong>
</ng-template>

Unplanned
Last Updated: 16 Aug 2023 08:00 by ADMIN
Created by: Christoph
Comments: 1
Category: TreeList
Type: Feature Request
6

Currently, the TreeList allows users to move rows using drag and drop. However, the available programmatic intervention options are quite limited. There is only one event triggered after a row is dropped, which restricts our ability to perform specific actions at different stages of the drag and drop process. For example, we are unable to prohibit certain rows from being dropped. We have certain business rules on what items are allowed on which level. So, we need to check these rules before the drop occurs.

In contrast, the TreeView component provides greater control and flexibility in this regard, offering additional intervention points and events.

Could these additional events be added to TreeList in the same way as for TreeView? We would greatly benefit from this feature.

Declined
Last Updated: 18 Jul 2023 15:30 by ADMIN
Created by: Jose
Comments: 3
Category: TreeList
Type: Feature Request
0
Is there an example or documentation to manipulate a TreeList I want to add several rows in the TreeList and then save all the changes made in the component. Examples (AddChild and AddSibling). How could I handle that scenario where everything I do in the TreeList is stored temporarily until confirmed with a save button.
Declined
Last Updated: 14 Jul 2023 09:39 by ADMIN

Provide an option to set a default value for the parentId field just like the defaultValue of the Kendo UI for jQuery TreeList:

https://docs.telerik.com/kendo-ui/api/javascript/data/treelistmodel/configuration/parentid

Thank you

Declined
Last Updated: 11 Jul 2023 14:58 by ADMIN
Created by: Casey
Comments: 1
Category: TreeList
Type: Feature Request
2

Please provide built-in expandRow() and collapseRow() methods.

Thank you

Completed
Last Updated: 07 Jun 2023 05:31 by ADMIN
Created by: Diego
Comments: 7
Category: TreeList
Type: Feature Request
26
Please provide a built-in drag-and-drop functionality for the TreeList component that will allow the end user to reorder items as necessary.
Unplanned
Last Updated: 15 Mar 2023 11:20 by Panu
Created by: Panu
Comments: 0
Category: TreeList
Type: Feature Request
5

Hi, Team!

As of now, the TreeList component does not have a designated property that allows the developers to modify its sizing. Similarly to the Grid, I would like to ask for the implementation of such a property. 

Unplanned
Last Updated: 03 Feb 2023 09:37 by Fathima
Created by: Fathima
Comments: 0
Category: TreeList
Type: Feature Request
3
Please provide an auto-scroll while dragging and selecting multiple rows (instead of using the mouse wheel). When the cursor reaches the end of the last visible row, the TreeList should be auto-scrolled.
Unplanned
Last Updated: 08 Dec 2022 08:53 by ADMIN
Created by: Ahmad
Comments: 2
Category: TreeList
Type: Feature Request
3

Hello,

we need a new feature in the angular treelist component that can join the neighboring cells (horizontally and vertically) with the same content

example:

Duplicated
Last Updated: 01 Dec 2022 10:21 by ADMIN
Is there some documentation or example of how to sort on a TreeList of the entire hierarchy when the hierarchy is created on demand. That is, I want the sort to order the parent node along with its children.
Declined
Last Updated: 01 Dec 2022 10:20 by ADMIN
Created by: Jose
Comments: 3
Category: TreeList
Type: Feature Request
1
Is there some documentation or example of how to sort on a TreeList of the entire hierarchy when the hierarchy is created on demand. That is, I want the sort to order the parent node along with its children.
Unplanned
Last Updated: 22 Nov 2022 11:36 by Adam
Created by: Adam
Comments: 0
Category: TreeList
Type: Feature Request
4

Hi,

It would be a good addition to the component if there is an option to span specific rows of the column in the TreeList component. Table example:

Thank you for your consideration.

Unplanned
Last Updated: 03 Oct 2022 11:18 by Lynn
Created by: Lynn
Comments: 0
Category: TreeList
Type: Feature Request
3

Provide sticky column feature, the same as in Grid:

https://www.telerik.com/kendo-angular-ui/components/grid/columns/sticky/

Declined
Last Updated: 11 Jul 2022 14:36 by ADMIN
Created by: Kevin
Comments: 2
Category: TreeList
Type: Bug Report
1

Autosize on treelist with locked columns does not work

When the width of the grid exceeds the column lengths, you would expect autosize to expand and fill the rest of the space evenly.

https://stackblitz.com/edit/angular-7rxada-84kfzy?file=src/app/app.component.ts

Similar to https://github.com/telerik/kendo-angular/issues/3248

Unplanned
Last Updated: 12 May 2022 21:35 by Rita
Created by: Stephen McDaniel
Comments: 1
Category: TreeList
Type: Feature Request
3

Hi,

Please add a multiSortKey option to the TreeList component as well. There is currently such option only for the Grid:

https://www.telerik.com/kendo-angular-ui/components/grid/api/MultipleSortSettings/#toc-multisortkey

thanks

Unplanned
Last Updated: 19 Mar 2021 15:23 by ADMIN
Created by: Lukman
Comments: 2
Category: TreeList
Type: Feature Request
4

Please add a feature that allows to create the footer template only for specific nodes. 

Thanks

Declined
Last Updated: 12 Feb 2021 07:17 by ADMIN
Created by: Jose
Comments: 1
Category: TreeList
Type: Feature Request
0
How can I reload the treeList without expanding the children, I only want to show parents (the first level nodes)?
Duplicated
Last Updated: 10 Nov 2020 14:22 by ADMIN
Created by: Tomas
Comments: 1
Category: TreeList
Type: Feature Request
1
Is there some documentation or example of how to sort on a TreeList of the entire hierarchy when the hierarchy is created on demand. That is, I want the sort to order the parent node along with its children.
 
Completed
Last Updated: 27 May 2020 09:05 by ADMIN
Created by: Holger
Comments: 6
Category: TreeList
Type: Feature Request
1
Please provide keyboard navigation as in the jQuery version: https://demos.telerik.com/kendo-ui/treelist/keyboard-navigation
Completed
Last Updated: 27 May 2020 09:05 by ADMIN
ADMIN
Created by: Petyo
Comments: 24
Category: TreeList
Type: Feature Request
107
Modeled after the jQuery widget counterpart:

http://www.telerik.com/kendo-ui/treelist
1 2