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

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!

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>

 

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.
Unplanned
Last Updated: 25 Apr 2019 13:00 by ADMIN
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.
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: 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: 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: 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: 03 Jun 2016 10:31 by ADMIN
1 2 3 4 5