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.
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);}
This is the first time I have had no answer for so long on this forum?? Any particular reasons?
Hi
We are also facing the same issue, after migrating to Infragistics 10.2
Regards
sam