Completed
Last Updated: 08 Feb 2019 19:49 by Rakesh
Created by: Ricky Wu
Comments: 15
Category: TreeList
Type: Feature Request
118
As discussed on the forum (http://www.telerik.com/forums/virtualization-for-treelist) please improve the rendering/scrolling/expanding/collapsing performance of TreeLists with many expanded rows.

Grids support virtualization and work well with hundreds of thousands of rows (http://demos.telerik.com/kendo-ui/grid/virtualization-local-data). Perhaps virtualization can be added to TreeLists to achieve similar results?
Completed
Last Updated: 15 Oct 2018 02:02 by Arun
Created by: Imported User
Comments: 24
Category: TreeList
Type: Feature Request
99
Much like how the Grid has column grouping, it would be nice if the TreeList had this as well.

http://demos.telerik.com/kendo-ui/grid/multicolumnheaders
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: 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: 13 Sep 2018 17:41 by ADMIN
Created by: Manar
Comments: 7
Category: TreeList
Type: Feature Request
44
Request to add Batch Editing feature for Kendo Tree List
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.
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
Completed
Last Updated: 18 May 2017 14:58 by ADMIN
Created by: Ladislav
Comments: 1
Category: TreeList
Type: Feature Request
20
Support inline editing in Treelist
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
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))
Completed
Last Updated: 25 Sep 2017 21:52 by ADMIN
Created by: Imported User
Comments: 5
Category: TreeList
Type: Feature Request
10
Please add keyboard navigation to the TreeList, just like the same feature in the Grid
Completed
Last Updated: 14 Dec 2023 08:36 by ADMIN
Created by: Papas
Comments: 6
Category: TreeList
Type: Bug Report
9

Steps to reproduce bug:

  • add also toolbar: ["excel"] on config options
  • Run dojo and hit export

The result has broken Headers

Completed
Last Updated: 03 Jun 2016 10:31 by ADMIN
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.
Completed
Last Updated: 06 Mar 2024 14:28 by ADMIN
Created by: Rob
Comments: 0
Category: TreeList
Type: Bug Report
2

Bug report

TreeList autoFitColumn doesn't work properly.

Reproduction of the problem

Run the first sample from here:
https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/methods/autofitcolumn

Alternatively, open this dojo:
https://dojo.telerik.com/uvafiZeh

Current behavior

image

Expected/desired behavior

image

TicketID:

1519223

Completed
Last Updated: 04 Jun 2024 06:21 by ADMIN
Release 2024 Q1
Created by: Tony
Comments: 0
Category: TreeList
Type: Bug Report
2

Collapse state is incorrect when exporting TreeList while some nodes are collapsed.

Reproduction steps: 

  • Open and run the dojo example
  • Click the Export button in TreeList
  • Click the toggle button of the item

Actual: Alert shows "Collapsed"

Expected: Alert shows "Expanded"

Regression introduced in 2019.2.514
Related to: https://github.com/telerik/kendo-ui-core/issues/4696 

Code: https://github.com/telerik/kendo/blame/master/src/excel/main.js#L43 

 

Completed
Last Updated: 25 May 2022 07:15 by ADMIN
Created by: Randy
Comments: 0
Category: TreeList
Type: Bug Report
2

Bug report

If the read() method of the data source of the TreeList widget is called, the pager is not refreshed. It retains the only pages and information.

Reproduction of the problem

1. Update the data source of the TreeList widget.

2. Notice that the pager is not completely refreshed.

A Dojo sample for reproduction:

https://dojo.telerik.com/aHIPUgIz

Expected/desired behavior

Refresh the pager whenever the data source of the TreeList is refreshed.

Environment

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

Completed
Last Updated: 15 Dec 2023 11:15 by ADMIN

Bug report

TreeList shows wrong total and paging when we expand or collapse a row after filtering.

Reproduction of the problem

1. Go to TreeList demo link - https://demos.telerik.com/kendo-ui/treelist/index
2. On "Position" column apply filter with value "VP, Engineering"

3. After filtering only 4 rows will be visible, and the number of rows at the bottom of grid shows "1 - 4 of 4 items".
4. Now collapse the second row. Notice that the total at the grid bottom changes to "1 - 15 of 4 items" which is wrong.


Expected/desired behavior

The shown message within the pager has to be "1 - 4 of 4 items" instead of "1 - 15 of 4 items".

Environment

* **Kendo UI version:** 2019.3.1024
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 06 Oct 2020 14:08 by ADMIN
Release 2019.R3.SP1

When the Kendo UI Treelist is horizontally scrollable and a filter is applied which returns no items, the scrollbar disappears. Therefore, if the column is one of the hidden ones, it would be impossible to navigate to it in order to clear the filter. 

A Dojo sample for the reproduction of the issue:

https://dojo.telerik.com/IQuHuNej

 
1 2 3