Infragistics45 13.2 WebDataTree
I have 2 trees. I would like to drag nodes from one tree to another.
I can drag nodes freely at the initially available depth without issue. However, if I want to drag a node onto a node that I newly created by dragging, I cannot. Nothing happens.
This is also true on your example in the datatree samples - specifically the "Multi Tree Sample".
Step 1: drag a node from the left tree to the right tree.
Step 2: I can never add any nodes to the node I just dragged and dropped in Step 1
This was not the case in 10.3 which is what I am attempting to upgrade from.
Hello akcia,
Thank you for your post.
As I understand you want to drop node into newly dropped node. I have created you a sample that is showing this approach. The important here is that you will need to set AutoPostBackFlags-NodeAdded to on. When you set it you will be able to drag'n'drop nodes in newly drag'n'dropped nodes (See the image).
If you need further assistance on this matter, contact me.
Thank you, Zdravko.
If I understand properly, this requires a post back, correct?There is no way around necessitating a post back for this, it cannot be done on the client?
If I could help you with something else, do not hesitate to contact me.
You are correct, currently its not possible to do it on the client.