I have 10 items as a string array displaying using Kendo UI sortable and I have one treeView. I want to do drag and drop from that list to this treeview. As and when I drop item from list to treeview it should ask me to enter name of that node.(means node should be editable.)
EX: I have a list of items like site, building
And I have a treeview of many sites and building under different site. As and when I drag and drop building from list to treeview(under any site),it should as me to enter the name of building.
Please provide solution for the above scenario.