Unplanned
Last Updated: 10 May 2023 13:42 by Vinay
Created by: Vinay
Comments: 0
Category: TreeView
Type: Feature Request
1

Hi Team,

I would like to request a way to add a destinationNode event argument during the drag event when an item is over a Kendo UI TreeView.  This way, it would be beneficial to set the status class based on the destinationNode's properties.

Thank you!

Unplanned
Last Updated: 09 Aug 2021 15:19 by ADMIN
Created by: Barry
Comments: 0
Category: TreeView
Type: Feature Request
1

Hi Team,

I would like to request the functionality to move a node from within a folder to the outside of it by dragging it horizontally to the left. 

Thank you!

Unplanned
Last Updated: 28 May 2020 12:28 by ADMIN

Drag & Drop multiple nodes in a treeview from one parent to another.

If i have lots of children nodes that i need to move from one parent to another I have to do one at a time... it will be usefull to select multiple nodes and 

in one single drag&drop do the shift.

Thanks

 

Unplanned
Last Updated: 28 Jan 2020 08:36 by ADMIN

I am using Kendo tree view with drag and drop feature enabled in it. I am facing problem with it in my Samsung note 10 mobile. Where a normal swipe on the phone with the tree view is picked up as a drag and drop. Is there a way to differentiate between these two.

 

 

Unplanned
Last Updated: 24 Jun 2020 12:20 by ADMIN
Currently you have to run this snippet to force only 1 selection from a tree. https://www.telerik.com/forums/allow-only-single-checkbox-to-be-checked-at-a-time#sky4SuHN70Cbrnl-6cNnhg

I would suggest this be added as a configuration option of the tree. something like singleSelect: true
Unplanned
Last Updated: 17 Feb 2022 11:47 by ADMIN
Created by: Imported User
Comments: 1
Category: TreeView
Type: Feature Request
1
When using datasource read action, the read action sends an id with to the read action for each node in the treeview. 

Could be nice if it was possible to send this id with the signalR read method. We need this Id in our solution to load the tree correctly.

So an option to use the node id in signalR would be very usefull.
Unplanned
Last Updated: 24 Jul 2019 17:15 by ADMIN
It would be great, if I get a feature to allow to drag multiple selected nodes from treeview to drop to Treelist nodes. I need this by using MVC telerik not Kendo
Unplanned
Last Updated: 06 Jan 2022 12:50 by ADMIN
Created by: Imported User
Comments: 0
Category: TreeView
Type: Feature Request
1
Expose originalEvent in the dragstart event like it is done in dragEnd event. This gives the posibility to check if the ctrl key is pressed en prevent dragging if ctrl key should be considered.
Unplanned
Last Updated: 10 Sep 2021 06:08 by ADMIN
Created by: Anthony
Comments: 0
Category: TreeView
Type: Feature Request
7
The TreeView control does work on mobile, and on android the performance is acceptable, on iPhones however it suffers from the same problem that onclick suffers from, sometimes a click registers as a move instead of a click so you have to click many times to get a branch node to open. It would be better if it could use the kendo touch events (the equivalent of data-click)
Unplanned
Last Updated: 13 Mar 2020 15:19 by ADMIN
Created by: dandv
Comments: 0
Category: TreeView
Type: Feature Request
7
As explained at http://www.telerik.com/forums/paging-a-treeview, paging in a treeview is not support. However, this feature would be highly useful for nodes that have hundreds of children, when the user may not want to way for all of them to be loaded or displayed at one time.

See by contrast Webix pager for trees - http://docs.webix.com/api__link__ui.tree_pager_config.html
Unplanned
Last Updated: 04 Feb 2020 07:09 by ADMIN
Created by: Pierre
Comments: 0
Category: TreeView
Type: Feature Request
1
:upon selecting an item, either by click or programmatically,

$(tv).scrollIntoView(item) with would bring the item into view, even in multilevel nested, hierarchical, situations.

that would be very sweet!!
I have tried JQuery.scrollTo but have had no success in nested <li>
scenarios.
thanks


item will scroll into view
Unplanned
Last Updated: 21 Jan 2020 09:19 by ADMIN
When drag and drop is enabled in a treeview, dragging a node from one treeview to another adds it to the other tree and removes it from the first. It would be nice if the move could also be specified as a 'copy' (leaving the source untouched).
Unplanned
Last Updated: 20 Jan 2020 12:31 by ADMIN
Created by: Christian Kohl
Comments: 6
Category: TreeView
Type: Feature Request
42
Ability to change a treeview node's description (node text) inline on the fly