Unplanned
Last Updated: 11 Dec 2020 08:30 by ADMIN
Created by: Rami Abughazaleh
Comments: 3
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: 24 Jan 2020 10:41 by ADMIN
Created by: John A
Comments: 0
Category: TreeList
Type: Feature Request
18

Hi

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

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: 11 Aug 2023 07:40 by ADMIN
Created by: Mike
Comments: 3
Category: TreeList
Type: Feature Request
12
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 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: 19 Jan 2022 07:32 by ADMIN
Created by: Andrej
Comments: 1
Category: TreeList
Type: Feature Request
7

Please consider adding persis selection functionality to the TreeList. Such is available in the Grid:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection

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 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: 25 Apr 2019 13:00 by ADMIN
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: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 Oct 2020 06:41 by ADMIN
Created by: Łukasz
Comments: 2
Category: TreeList
Type: Feature Request
4

Hi Team,

I'd like to request the functionality to drag the column header of a Kendo UI TreeList and dropping it in a grouping section to make the TreeList Groupable. 

Similar to the Kendo UI Grid:

 

Thank you!

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

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

1 2