NitinKumar.001
NitinKumar.001

Reputation: 199

Javascript / jquery drag and drop between two tree view listing

I was looking around for drag and drop functionality of tree listing items between two tree views (not in single tree), I found couple of them which actually does in single tree itself, however unable to find which does between two trees.

I search for it, and unable to find any free script for this, could you please point me to the right one ?

Thanks

Upvotes: 2

Views: 7854

Answers (1)

Guillaume Cisco
Guillaume Cisco

Reputation: 2935

Here is a good example with drag'n drop between two treeviews : http://demos.kendoui.com/treeview/dragdrop.html

From KendoUI ;)

Edit: another one, more complex but free : http://www.jstree.com/documentation/dnd

Upvotes: 3

Related Questions