Unplanned
Last Updated: 24 Jan 2020 10:07 by ADMIN
Created by: Paulraj
Comments: 1
Category: TreeList
Type: Feature Request
2
Include the headerTemplate option for multi-column headers in TreeList similar to  the Grid widget feature (note Contact Info column).
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

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.
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
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: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: 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: 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 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.
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 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 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: 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: 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.
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: 27 May 2021 17:13 by ADMIN
Release 2021.R2
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.
Unplanned
Last Updated: 25 Apr 2019 13:00 by ADMIN
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.
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.