I have
@(Html.Kendo().TreeView()
.Name("treeviewAvail")
...and...
@(Html.Kendo().ListBox()
.Name("listboxAvail")
How can I 'have both of those so that I can drag/drop from either into another list box? (It's not needed to go the other way.)
@(Html.Kendo().ListBox()
.Name("listboxSelected")
I've seen this topic, but it does not handle what I need for TreeView too
https://www.telerik.com/forums/listbox-drag-and-drop-1557506