- Am not able to capture the updated order of nodes in DragDropTree
- However Am able to capture the order of nodes when a node is checked or unchecked.Because "nodeCheckStateChanged" event triggered which captures the object as shown in below screenshot. newCheckedNodes has the nodes in updated order
- Gone through list of events fired when we do drag and drop but none of them capture the order of nodes checked. https://www.igniteui.com/help/api/2018.1/ui.igtree
- Is there any alternate way by which I can capture the order of checked nodes when I do drag and drop.
Unable to capture order of nodes after Drag and Drop in igTree (Infragistics IgniteUI)
84 views Asked by Deepak Kothari At
1
We can make use of method as shown below in the nodeDropped event which will have the latest order of the nodes checked.