Completed
Last Updated: 06 Oct 2020 14:19 by ADMIN
Release 2020.R1.SP2

### Bug report

When the footerTemplate option of the TreeList is specified for a column that is part of a multi-column header configuration, the template is not rendered.

### Reproduction of the problem

1. Set a footerTemplate option for the nested column. Dojo sample for reproduction:

https://dojo.telerik.com/iKisAZaS/16

### Environment

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

Completed
Last Updated: 06 Oct 2020 14:17 by ADMIN
Release 2020.R1.SP2

### Bug report

The height of the locked content in Chrome with jQuery version 3.4.1 (all jQuery versions after 3.1.1) is not calculated correctly.

### Reproduction of the problem

1. Set locked content in the TreeList.
2. The height is not calculated correctly.

Dojo sample for reproduction:

 https://dojo.telerik.com/EsobuqAH

### Environment

* **Kendo UI version:** 2020.1.219
* **jQuery version:** 3.4.1
* **Browser:** [Chrome | IE | Edge] 

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 

 

Unplanned
Last Updated: 24 Jan 2020 09:04 by ADMIN
Created by: Bhanu
Comments: 0
Category: TreeList
Type: Feature Request
2

Hi Team,

I'd like to request for the Kendo UI TreeList have the ability to export to Word.  

Thanks!

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] 

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.

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: 08 Jun 2020 06:38 by ADMIN

When using the grid in navigatable mode, cells are correctly described, as seen in line 6014 of kendo.grid.js:

if (navigatable) {
   rowTemplate += ' aria-describedby=\'' + column.headerAttributes.id + '\'';
}

This simple, yet essential functionality is missing in TreeList.

Unplanned
Last Updated: 22 Nov 2019 15:31 by ADMIN
Created by: Chris
Comments: 5
Category: TreeList
Type: Feature Request
2

if you look at this dojo (http://dojo.telerik.com/oSOloLuR) the attributes work for kendoGrid.  If you change to a kendoTreeList, the conditional attributes do not work.  Is there a different way to change the attribute?  I tried in the template, but can't set the background-color style in the temple.

Code from dojo with kendoGrid changed to kendoTreeList:

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Kendo UI Snippet</title>

    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.common.min.css">
    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.rtl.min.css">
    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.default.min.css">
    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.dataviz.min.css">
    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.dataviz.default.min.css">
    <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.3.1411/styles/kendo.mobile.all.min.css">

    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://cdn.kendostatic.com/2014.3.1411/js/kendo.all.min.js"></script>
<style>
  .red {
  background-color: red
  }
    .green {
  background-color: green
  }
</style>
</head>
<body>
  
<div id="grid"></div>
<script>
  
var grid = $("#grid").kendoTreeList({
  columns: [ 
    {
    field: "name",
    title: "Name",
    attributes: { "class": "# if(data.name === 'Jane Doe') { # red # } else { # green # } #" }
    },
            {
    field: "title",
    title: "Title"
    }
   ],
  sortable: true,
  dataSource: [ { name: "Jane Doe", title: "Dr. Dr." }, { name: "John Doe", title: "Senior Citizen" }]
}).data("kendoTreeList");
  

  
</script>
</body>
</html>

 

Declined
Last Updated: 04 Mar 2021 12:36 by ADMIN

When attempting to use the filter function on a TreeListDataSource, the linked TreeList control reports that are no records to display regardless of what filter is entered.  This includes attempts to clear/reset the filters using an empty object/null and behaves the same regardless of whether serverFiltering is enabled.

The TreeListDataSource object contains the expected records.

Unplanned
Last Updated: 24 Jan 2020 09:12 by ADMIN

The TreeList control doesn't allow for a fixed row of aggregates at the bottom of the control. I would like to have the option to enable a row of "Grand Total" aggregates that are aggregates of the whole data set. This row would be fixed at the bottom of the control and wouldn't be scrollable. This is functionality that the Kendo Grid has that isn't available in the Kendo TreeList. 

https://www.telerik.com/forums/treelist-scroll-and-footer-disappears

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

 
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.

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.
Unplanned
Last Updated: 16 Jul 2019 12:57 by ADMIN
Created by: John A
Comments: 0
Category: TreeList
Type: Bug Report
2
Hi 

Noticed an issue with Tree list pagination, after applying filter.Please find attached screen recorder for the same.

Same issue i had in my application, which was able to reproduce using the  Telerik Demo's from https://demos.telerik.com/kendo-ui/treelist/index

--When it first load and minimize/collapse the parent it correctly shows page 1 as available pages.

-->Then Apply filter as shown in recorder, which then shows pages up to 5 where there were no records to display from page 2 to 5. Which is quite misleading.
 
Please find attached recorder.
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

Unplanned
Last Updated: 04 Mar 2019 07:28 by ADMIN
Created by: n/a
Comments: 1
Category: TreeList
Type: Feature Request
6
Remove dependence on templates to allow for easier native display and alignment for grid conversion to treelist.
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).