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!

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

 

 

 

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
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

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

Unplanned
Last Updated: 16 Mar 2020 15:51 by ADMIN
lets set the page size of treelistview and provide the endless scrolling feature along with the paging on the grid. When the user will scroll up/down the respective page from where the latest data being fetched should be selected and user should be given the flexibility to move to next page. This way user can move to the desired data (say last) using paging and enjoy the endless scrolling too.
Unplanned
Last Updated: 16 Mar 2020 15:32 by ADMIN
Kendo tree list does not support column resize for touch devices. It would be very helpful if this can be considered since our application supports touch devices and without column resizing feature in kendo tree list columns it is very difficult to read the text in tablets, etc
Unplanned
Last Updated: 16 Mar 2020 15:10 by ADMIN
Some times, when we expand children, we want to see the grand children on top then children and then the parent. in my case it has to do with the date they were created and I want to show the newest first.
Unplanned
Last Updated: 16 Mar 2020 15:09 by ADMIN
Created by: Doug
Comments: 0
Category: TreeList
Type: Feature Request
12
The TreeList needs a DetailRow with DetailTemplate just like the Grid has.  The Grid does not support Hierarchial data that has more than one level of depth but the TreeList does and yet has no Detail Row.  Please add a Detail Row.
Unplanned
Last Updated: 16 Mar 2020 14:54 by ADMIN
Created by: T F
Comments: 3
Category: TreeList
Type: Feature Request
8
It would be nice if there was an option to not retotal the entire table if you expand a level in the treelist.  We use the table for lazy loads, so each level already has the total, we're just getting the details.
Unplanned
Last Updated: 16 Mar 2020 14:51 by ADMIN
Created by: T F
Comments: 0
Category: TreeList
Type: Feature Request
4
It would be nice to have an option to repeat the headers within each level of the tree list.  This would allow a user to sort within the level.  We have large datasets with lazy loads.  We could use the grid control and embed a table within the grouping but users like how the columns line up in the tree list.
Unplanned
Last Updated: 16 Mar 2020 14:44 by ADMIN
Created by: Nicolas
Comments: 1
Category: TreeList
Type: Feature Request
3
In the treelist, I would appreciate to have a loading component when the user performs actions (sort, filter). It is very disturbing, as the user doesn't know that the tree list is loading and he has to wait. Moreover this feature already exists for flat grids.
Unplanned
Last Updated: 16 Mar 2020 14:24 by ADMIN
Created by: Rami Abughazaleh
Comments: 0
Category: TreeList
Type: Feature Request
1
Hi.

I'd like the ability to bind a TreeList to SignalR, much like the Grid:
https://demos.telerik.com/kendo-ui/grid/signalr.

Thank you.
Unplanned
Last Updated: 16 Mar 2020 14:19 by ADMIN
Created by: T F
Comments: 1
Category: TreeList
Type: Feature Request
4
It would be nice if the footer of the kendo treelist didn't disappear when the table is in scroll mode.  I think it would be more beneficial if the footer were stagnant similar to the kendo grid.
1 2