Unplanned
Last Updated: 08 Sep 2023 20:30 by Brendon
Created by: Josetuttu
Comments: 3
Category: TreeList
Type: Feature Request
1
Kendo UI Treelist currently only supports pagination using pager. This is confusing for user when the hierarchy is spread across multiple pages. On the other hand if Treelist supports Virtual Scrolling (client side paging) like we see in Grid, the user will get more clarity of the hierarchical structure. 
Unplanned
Last Updated: 18 Aug 2023 14:59 by Doug
Created by: Doug
Comments: 2
Category: TreeList
Type: Feature Request
0

I needed the hierarchal datasource so I used a treelist instead of a grid. I am using a lot of special features; locked columns, columnMenu. But I found that the treelist does not support all the same things the grid does.

Here are a few I found:

  •   columnMenu: false does not work
  •   grid resizeColumn() method does not exist on treelist
I would like for the treelist to have the same features as the grid.

 

Unplanned
Last Updated: 11 Aug 2023 07:40 by ADMIN
Created by: Mike
Comments: 3
Category: TreeList
Type: Feature Request
12
Would like this option just like the regular grid has:
http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes
Unplanned
Last Updated: 19 Jan 2022 07:32 by ADMIN
Created by: Andrej
Comments: 1
Category: TreeList
Type: Feature Request
7

Please consider adding persis selection functionality to the TreeList. Such is available in the Grid:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection

Unplanned
Last Updated: 04 Nov 2021 20:30 by ADMIN
Created by: George
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to filter only parent records and not the child's records.

Thank you!

Unplanned
Last Updated: 22 Jul 2021 16:14 by ADMIN
Created by: ASG
Comments: 0
Category: TreeList
Type: Feature Request
2

Hi Team,

I would like to request the Kendo UI TreeList to have an optional setting to show aggregate values at the parent row based on the children's aggregates.  

Thank you!

Completed
Last Updated: 27 May 2021 17:27 by ADMIN
Release 2021.R2
Created by: Maher
Comments: 4
Category: TreeList
Type: Feature Request
19
apply a row template to the TreeList !
Completed
Last Updated: 27 May 2021 17:13 by ADMIN
Release 2021.R2
Declined
Last Updated: 14 May 2021 08:25 by ADMIN
Created by: Imported User
Comments: 2
Category: TreeList
Type: Feature Request
3
Feeling excited to see Kendo UI treelist is now paginated. It would be great if the same can have virtual scroll.
Unplanned
Last Updated: 23 Mar 2021 14:09 by ADMIN
Created by: Thomas
Comments: 0
Category: TreeList
Type: Feature Request
1

Add persistSelection property in the Kendo UI TreeList similar to the persistSelection in the Kendo UI Grid:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection

 

 

 

Declined
Last Updated: 22 Mar 2021 15:45 by ADMIN
Using the dataBound event is useful for initializing 3rd party widgets within a template (such as bootstrap-toggle) or to use kendo.bind to bind controls to a model. The issue is that when other rows are expanded the internal _render event is triggered which can recreate an existing row which means that the widget reverts back to standard HTML and the binding is lost.

Unplanned
Last Updated: 11 Dec 2020 08:30 by ADMIN
Created by: Rami Abughazaleh
Comments: 3
Category: TreeList
Type: Feature Request
24
Hi.

I would like the ability to specify a template for the toolbar in a TreeList, much like the ability in the Grid.

Thank you.

Also see
https://www.telerik.com/forums/toolbar-template-59985d731e9b
Completed
Last Updated: 16 Nov 2020 07:56 by ADMIN
Release 2020.R3
Created by: Oleksandr
Comments: 2
Category: TreeList
Type: Feature Request
27
Please, add for TreeList support of setOptions and getOptions methods.
Unplanned
Last Updated: 16 Oct 2020 06:41 by ADMIN
Created by: Łukasz
Comments: 2
Category: TreeList
Type: Feature Request
4

Hi Team,

I'd like to request the functionality to drag the column header of a Kendo UI TreeList and dropping it in a grouping section to make the TreeList Groupable. 

Similar to the Kendo UI Grid:

 

Thank you!

Unplanned
Last Updated: 08 Oct 2020 15:04 by ADMIN
Created by: James
Comments: 3
Category: TreeList
Type: Feature Request
3

Changes to edit cells are lost when clicking the next cell or other rows in the TreeList.

  1. Create TreeList that uses both InCell editing and drag-and-drop movement.
  2. Click a cell to edit the text.
  3. Type a few characters.
  4. Click any other cell in the TreeList.
  5. The edited cell exits edit mode and the text reverts to its original value.

Dojo Example adapted from TreeList InCell Editing demo (also attached):

https://dojo.telerik.com/@JimmyTheChimp/UpOsAgus

Completed
Last Updated: 23 Sep 2020 14:19 by ADMIN
Release R1 2020
Created by: Scott
Comments: 11
Category: TreeList
Type: Feature Request
50
Great work on this control boys.... I reckon it needs Filter Row, Multiple Column Sort, Paging to make it consistent with the grid.

Regards,

Scotty
Completed
Last Updated: 17 Sep 2020 19:16 by Jacob
Release 2020.R3
Created by: Alexandr
Comments: 15
Category: TreeList
Type: Feature Request
57
I would like to use drag and drop on treeList to reorder rows (with same parent) like on treeView or at least to have same events (drag, dragstart, dragend, drop), where I'll be able to change behaviour.
Completed
Last Updated: 17 Sep 2020 17:48 by ADMIN
Release 2020.R3
Created by: Imported User
Comments: 2
Category: TreeList
Type: Feature Request
11
Is there any support for checkbox columns in the treelist to behave the same way as the kendoTreeView checkboxes? 

(ie, checking or unchecking parent should check/uncheck all children? and checking or unchecking children should update parent check state (possible indeterminate states))
Declined
Last Updated: 22 Jul 2020 11:23 by ADMIN
Created by: Dan
Comments: 1
Category: TreeList
Type: Feature Request
0

The functionality of treelist with drag&drop without autosync and without batch saving, at the end of the drop the change is not saved.

There is available a hack in the forum

https://www.telerik.com/forums/drag-and-drop-not-hitting-update-action

For me this is a bug because I would expect for the change with drop to be automatically saved but it seems that for your support it is not. I understand that all the other changes are saved by the user with a button but the drag&drop does not have a button for it.

So if you do not want to implement this at least add a warning in the drag&drop demos page about this and provide the hack from the forum link or something so that others can know that they have to apply the hack in order for the drag&drop change to be automatically saved.

Unplanned
Last Updated: 18 May 2020 08:35 by ADMIN

We use the treelist to create our commercial offers. Each offer can have a node with lots of children at the same level.

The user should have the possibility to add a node at the same level of the selected item.

Now it is only possible to add a parent or a child in the first position and after that sorting the treelist. It is very confusing if the node list is quite long.

 

It will be nice to have two methods like inserAfter(selectedRow) or inserBefore(selectedRow) as for example the methods you have for the treenode

 

Marco

1 2 3