Unplanned
Last Updated: 21 Apr 2025 20:41 by Kartiga
Created by: Kartiga
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team,

I would like to request for the Kendo UI TreeList to have a column.resizable property similar to the Kendo UI Grid.  

Thank you!

Unplanned
Last Updated: 24 Feb 2025 21:36 by Ira

Hi Team,

I would like to request a way to allow the Kendo UI TreeList to be editable with the Kendo UI Editor.  For example, it should allow the Editor to use the insertUnorderedList or insertOrderedList. Those lists would be indented, and the text would return back to a hierarchical style.  Currently, this does not occur.

Replication

  1. Go to this Progress Kendo UI Dojo.
  2. Click the plus for a new level.
  3. Click on first cell to open editor.  
  4. Change content to an unordered list. 
  5. Then, remove it.

From

To

Thank you!    

Unplanned
Last Updated: 25 Oct 2024 18:06 by Velusamy
Created by: Velusamy
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team, 

I would like to request the functionality to filter by parent items, and display all associated children. 

Thank you!

Unplanned
Last Updated: 04 Jun 2024 09:54 by ADMIN
Created by: Mike
Comments: 5
Category: TreeList
Type: Feature Request
14
Would like this option just like the regular grid has:
http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes
Unplanned
Last Updated: 03 Jun 2024 18:14 by Kiran kumar
Created by: Kiran kumar
Comments: 0
Category: TreeList
Type: Feature Request
1

Hi Team,

I would like to request when paging in the TreeList to include the prior parent node in the new page.  For example, if there is a parent node that has 30 child nodes, and the pageSize is 15, show the parent node on page 1 and 2.  

Thanks!

Completed
Last Updated: 15 May 2024 08:20 by ADMIN
Release 2024 Q2 (May)
Created by: Rami Abughazaleh
Comments: 4
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
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: 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.

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
5

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
1 2 3