Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
Unable to drag a node onto a node that was added by dragging
posted

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.

Parents
No Data
Reply
  • 20255
    Verified Answer
    Offline posted

    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.

    http://i57.tinypic.com/111k0ax.jpg

    DragAndDropFunctionality.zip
Children