Weird problem - hoping somebody can help. We recently migrated from 8.2 to 10.2. This started happening since then, was working before.
The drag and drop between 2 trees works ok, but within the same tree dragging from a top node and putting it down moves it one node down than expected.
Hi,
What event are you using for this code?
Did you try examining the destination node to see if it's the correct node or not?
Are you using the latest service release?
How to get the latest service release - Infragistics Community
Hi
We are also facing the same issue, after migrating to Infragistics 10.2
Regards
sam
This is the first time I have had no answer for so long on this forum?? Any particular reasons?
Forgot to add the piece of code we are using to fetch the destination node.private
Point cursorPos = destinationTree.PointToClient(new Point(e.X, e.Y));UltraTreeNode destinationNode = destinationTree.GetNodeFromPoint(cursorPos);}