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!

Completed
Last Updated: 25 Mar 2024 10:03 by ADMIN
Created by: Saif Akhtar
Comments: 1
Category: TreeView
Type: Feature Request
1

Hi Team,

I'd like to request the autoScroll functionality with Keyboard Navigation for the Kendo UI TreeView so if the user navigates below or above the page, the focused item will scroll into view.

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.

 

 

Declined
Last Updated: 22 Jun 2021 04:34 by ADMIN
Created by: Levi
Comments: 4
Category: TreeView
Type: Feature Request
0

It would be nice to have more control over the item templates. ie, be allowed to more easily do stuff like:

  • Make the item non-selectable, or only selectable by a child element.
  • Make the item drag-and-droppable only via a grip element.
  • Make the item template display as a block, not inline.
Declined
Last Updated: 30 Jun 2021 05:19 by ADMIN
Created by: Denny
Comments: 1
Category: TreeView
Type: Feature Request
1
Kendo TreeView should return a promise.

When using treeview and setting loadOnDemand: true when you call expand on a node that has not been loaded there's no way to know when the loading has completed.

Returning a promise will allow the developer to know when the expansion has completed.
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
Completed
Last Updated: 13 Mar 2020 15:13 by ADMIN
Created by: Andrew
Comments: 2
Category: TreeView
Type: Feature Request
3
I'm not sure if a treeview component is planned for R1 2018 but a treeview react component would be very useful.
Declined
Last Updated: 06 Jan 2022 13:17 by ADMIN
Add the ability to search for partial text in tree view as well as search for other properties not just by name or UID. When searching, often times you are doing so without remembering exact names or UID. Exact match is pretty much useless in this case. Also being able to search for other properties of the nodeData would be extremely helpful. For example, I have an item type property which I would like to search on.
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.
Declined
Last Updated: 04 Feb 2020 09:22 by ADMIN
Created by: Jordan Clark
Comments: 1
Category: TreeView
Type: Feature Request
1
Create an option to Disable Keyboard Controls on Treeview (for IE page scroll issue)
Duplicated
Last Updated: 12 May 2022 12:35 by ADMIN
The DataBound event fires for each node that has children, but does not fire for the bottom-level nodes.  This is the same behavior as the hierarchical data source Change event.  It fires for each datasource level, which includes a parent and its children, but does not fire for the children unless they also have children.

Since there also is no event that triggers when the entire tree is loaded, there is no good way to perform an operation on each TreeView node after the TreeView is refreshed.  The only way is to traverse the tree after using a timeout to wait for the datasource to load.  This is a brittle arrangement.  Incident 1041348 provides a test case for this scenario.
Completed
Last Updated: 12 May 2022 12:32 by ADMIN
Release 2022.R1.SP2
Declined
Last Updated: 25 Nov 2021 11:40 by ADMIN
We want Kendo Workbook to export TreeView group data to Excel. We have a situation where we need to export grouped data from TriewView as is to Excel to represent the hierarchical relationship in Excel.
Under Review
Last Updated: 25 Nov 2021 12:15 by ADMIN
It will be great if kendo has a single operation to ensure node visibility upon selection, i.e. automatically do all of these 3 under the hood:
1) select the node
2) expand collapsed parents
3) scrollIntoViewIfNeeded

Something like:
     treeview.select(node, true);
Completed
Last Updated: 04 Feb 2020 10:28 by ADMIN
Created by: Imported User
Comments: 5
Category: TreeView
Type: Feature Request
4
A recent update added the Checkbox widget that uses a novel set of CSS and HTML elements to stylize the checkbox in the browser.  This style is not automatically applied to the TreeView widget's checkboxes.

It would be very nice to have the TreeView checkboxes stylized to maintain a consistent look and feel across widgets:

http://docs.telerik.com/kendo-ui/web/appearance-styling#checkboxes-and-radio-buttons
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)
1 2