My issue is the folowing.
I'm using igTree to manage the chapters in a tree. I'm using the drag and drop cool feature to reach this objective. I'm facing an issue when i want to drag & drop a node between two nodes. I would like to know how to detect this igTree behaviour in order to do some controls.
Thanks for your help.
Stéphane
Hello Stéphane,
Thank you for contacting Infragistics.
Dropping a node between two nodes is a behavior that is possible by default after enabling the igTree for drag and drop. I recommend you see the following samples as they both demonstrate how you can drag and drop nodes of the igTree included dropping a node between two nodes:
http://igniteui.com/tree/drag-and-drop-single-tree
http://igniteui.com/tree/drag-and-drop-multiple-trees
What service release are you using for v13.2? Do the sample above work for you in demonstrating this behavior?
Please let me know if you have any questions concerning this matter.
Hello,
Thanks for your reply but you don't answer the question.
Yes, i'm using the 13.2 version, and the drap & drop works perfectly.
However, my need is how to detect that the user do a drop betwwen two nodes.
Kind regards,
Stéphane.
Thank you for the update. You can handle the nodeDropping event. Inside this event it has ui.position that is a reference to the current position of the dragable element. You can find more information about this by going to the following link clicking on events and expanding out the nodeDropping event.
http://help.infragistics.com/jQuery/2013.2/ui.igtree
Please let me know if you have any further questions concerning this matter.
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.