Hi Thomas thanks for your interest.I will clear my question to u.
1) I have a graph component where i will have four nodes and two edges like below
O---O O---O
1 2 3 4
Now the problem statement if i drag 3rd node above 2nd node i should be able to replace the 2nd node with 3rd node and structure will become like below,
O---O---O
1 3 4
Atleast if i get the whats target node and whats dropped node through some event ii will be able to programatically achieve my desired
I think the tutorials explain drag fresh node from pallete but i dont want that,it should be from inside the graph component and the target wont be a group node