This is a migrated thread and some comments may be shown as answers.

How do I get a drag clue to show up on Treeview when dragging row on grid?

1 Answer 39 Views
Drag and Drop
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 19 Jan 2016, 04:58 PM

I have a tree and a grid on the page.  The user can drag a row on the grid to the tree and it creates a new treenode.  What I need is the treeview to show the drag clue like it would if I were dragging a treenode over the tree.  Is this possible?  If so, can someone point me in the right direction? 

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 21 Jan 2016, 04:08 PM
Hello Jason,

This behavior is not supported out of the box. You could however, achieve similar results by using the Draggable's drag event handler. Once the even is triggered, you can check the target and if necessary - manually add the desired clue and remove it when it is no longer necessary.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Drag and Drop
Asked by
Jason
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or