Duplicated
Last Updated: 19 Mar 2020 15:32 by ADMIN
Created by: Trond
Comments: 1
Category: TreeList
Type: Feature Request
3

Hi,

column.values like feature in kendoGrid would be ideal in kendoTreeList.

Thanks

Completed
Last Updated: 16 Mar 2020 16:06 by ADMIN
When you add keybord navigation to the TreeList, alongside with the ability to drag and drop TreeList rows, keyboard events won't fire.

http://jsfiddle.net/ahz94f1j/2/

It looks more like an simple oversight, but we asked suppport and they responded that we should make a suggestion here.
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
Duplicated
Last Updated: 16 Mar 2020 15:13 by ADMIN
Created by: Bill
Comments: 0
Category: TreeList
Type: Feature Request
2
Add RowDetails to TreeList (similar to RowDetails for Grid).
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.
Completed
Last Updated: 16 Mar 2020 14:21 by ADMIN
Created by: Alessandro
Comments: 1
Category: TreeList
Type: Feature Request
1
Hi, 
it would be really helpful to have an event like beforeEdit (present in the Grid) in order to eventually cancel the edit event for certain rows.

For example: I want the user to be able to edit only nodes without children and, as today, i cannot cancel the edit event.

Tanks
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.
Unplanned
Last Updated: 16 Mar 2020 14:15 by ADMIN
Created by: Riyasat
Comments: 0
Category: TreeList
Type: Feature Request
3
it would be really help full to get same footerTemplate as kendo grid has where you can get the column info plus you can get the current dataItem.
Unplanned
Last Updated: 16 Mar 2020 14:11 by ADMIN

### Bug report

Treelist column's filterable property is applied to the wrong field when column locking and a multi-column header is applied.

Reported in: 1446991

### Reproduction of the problem

https://dojo.telerik.com/@Mearaj_6303/EDuhUlOG

### Current behavior

The Filter from "Position" is hidden.

### Expected/desired behavior

The Filter from "Phone" is hidden.

### Environment

* **Kendo UI version:** 2019.3.1023
* **Browser:** [all] 

Completed
Last Updated: 13 Mar 2020 15:13 by ADMIN
Release 2020.R1.SP1

Hi 

In the TreeList control when I Freeze first column and apply multi column header in some other column, then setting the filterable property for a column after multi column header is applied to some other column instead of the column on which it is set.

 

You can find a working sample here.

In this example note that I have set the filterable property false for field "Phone" but its effect is applied on "Position" field and its filters are hidden. Similarly if you apply filterable: false on "Extention" field then the filter on "Address" field will be gone.

 

Kindly provide a solution for this problem, also let me know if a work around exists for this issue.

Completed
Last Updated: 13 Mar 2020 15:08 by ADMIN
Release 2019.R3
Created by: Konstantin
Comments: 0
Category: TreeList
Type: Bug Report
0
The TreeList databound event is not fired when pageable is used and an item is collapsed. Here is a dojo to replicate the case. Run the sample and collapse Guy.
Declined
Last Updated: 03 Mar 2020 14:28 by ADMIN
Export to PDF feature is exporting the PDF as single page and the PDF is not printer friendly. Please add Multi page support.
Completed
Last Updated: 07 Feb 2020 21:23 by ADMIN
Created by: Imported User
Comments: 0
Category: TreeList
Type: Feature Request
1
Please add an ability to expand/collapse tab groups in treelist
Unplanned
Last Updated: 24 Jan 2020 10:41 by ADMIN
Created by: John A
Comments: 0
Category: TreeList
Type: Feature Request
19

Hi

Would like to request for Treelist with Server side paging and load childs on expand parent. Thank you.