I need to create a view that supports drag from a table row and drop to a treeview, a bit like dragging a file to a folder in windows explorer.
Can some one recommenced a free jQuery based tree view that will support this and how it can be done. I haven't done jQuery drag/drop before, so I'm not sure what to look out for. I see plenty of widgets that support drag drop within the itself, but I'm not sure if it extends to other page elements.
My treeview can be loaded server-side as the nodes will be static. I'm using MVC4 for my serverside.