i am using Kendo UI Tree for the purpose of drag and drop between two trees.
i am filling it using ajax call.
now the issue is i can find the source and destination of the node when i moved any item from TreeViewA to itself but when i drag and drop item from TreeViewA to TreeViewB i can't find source and destination nodes ids.
Please Help!
Plus can i drag and drop source item copy not removing node from the source.