Unplanned
Last Updated: 11 Aug 2020 10:47 by ADMIN
Created by: Anna
Comments: 0
Category: TreeList
Type: Bug Report
0

The grid dataBinding event exposes useful information like the action, based on which I can implement my logic.

The treeList equivalent only has the sender, making it virtually useless.

Declined
Last Updated: 22 Jul 2020 11:23 by ADMIN
Created by: Dan
Comments: 1
Category: TreeList
Type: Feature Request
0

The functionality of treelist with drag&drop without autosync and without batch saving, at the end of the drop the change is not saved.

There is available a hack in the forum

https://www.telerik.com/forums/drag-and-drop-not-hitting-update-action

For me this is a bug because I would expect for the change with drop to be automatically saved but it seems that for your support it is not. I understand that all the other changes are saved by the user with a button but the drag&drop does not have a button for it.

So if you do not want to implement this at least add a warning in the drag&drop demos page about this and provide the hack from the forum link or something so that others can know that they have to apply the hack in order for the drag&drop change to be automatically saved.

Unplanned
Last Updated: 20 Jul 2020 13:16 by ADMIN

Steps to reproduce the bug:

1. Navigate and run the DOJO example here--> https://dojo.telerik.com/uFIWePam

2. Click on "Export to Excel"

3. Either download the file or just click Cancel/Close the download dialog box.

4. Now expand the first node in the list.

5. Appears that all the other nodes get expanded.

 

Unplanned
Last Updated: 20 Jul 2020 08:07 by ADMIN
Created by: Erik
Comments: 0
Category: TreeList
Type: Bug Report
0

Feature enhancement
Scrolling on TreeList locked columns is slow/jumpy

Reproduction of the problem
https://dojo.telerik.com/IcoyOcAK

- Open above dojo

- Expand First Name column items until a vertical scrollbar appears 

- Scroll with the mouse over the locked column (First Name)

Current behavior
Scrolling is slow an jumpy

Expected/desired behavior
Scrolling shall be smooth, the same as when scrolling over the non-locked columns

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: 18 May 2020 08:35 by ADMIN

We use the treelist to create our commercial offers. Each offer can have a node with lots of children at the same level.

The user should have the possibility to add a node at the same level of the selected item.

Now it is only possible to add a parent or a child in the first position and after that sorting the treelist. It is very confusing if the node list is quite long.

 

It will be nice to have two methods like inserAfter(selectedRow) or inserBefore(selectedRow) as for example the methods you have for the treenode

 

Marco

Duplicated
Last Updated: 19 Mar 2020 15:32 by ADMIN
Created by: Trond
Comments: 1
Category: TreeList
Type: Feature Request
4

Hi,

column.values like feature in kendoGrid would be ideal in kendoTreeList.

Thanks

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