I am trying to get DnD to work from a TreeView to another component.
How do I get the item from the TreeView on drop? I have tried e.draggable, but I cannot find the item there.
I have also tried calling $("treeview").data('kendoTreeView").select(), but it only returns the html and not the item.
This method also has the problem where if the item is dragged, but not selected, select returns nothing.
Thanks for the help.
Adam
How do I get the item from the TreeView on drop? I have tried e.draggable, but I cannot find the item there.
I have also tried calling $("treeview").data('kendoTreeView").select(), but it only returns the html and not the item.
This method also has the problem where if the item is dragged, but not selected, select returns nothing.
Thanks for the help.
Adam