I have a WebDataTree in which I cannot drop ON either the first or the last nodes of the tree if these nodes are empty (i.e., they have no nodes on them).
I can, however drop (insert) before or after these nodes. Just not on them. The DropIndicator for "Move To" does not display, just the one for "Insert Before" or "Insert After". I have determined that the DragEnter event is being fired when I drag to the empty node, but it only allows inserts before or after, no dropping "on".
Attached are screen shots showing both situations (empty and nonempty). Again, this only occurs if the destination and parent node are either the first or last of the tree. This seems like a bug in the control. Please let me know what you think. THanks!
Cannot Drop "on" the empty node, only before or after:
Can drop "on" node when not empty:
Here is the aspx code for my tree:
<
="Please Wait"
="true"
="wdtCurricula_NodeDropped">
/>
>
="RequirementTemplate">
="Edit Requirement"
="EditRequirement"
="Remove Requirement"
="RemoveRequirement"
="Are you sure you want to permanantly remove this requirement?"
="false"
="Add a new Requirement"
="Smaller"
="ElementTemplate">
="Remove Element"
="RemoveElement"
="Are you sure you want to permanantly remove this element?"
="false"/>
Hello jmakuch,
Everything looks normal. Does this happens with all the browsers? What is the build number that you are using?
Thank you
Thanks for getting back to me.
This problem occurrs in all the browsers that I have tried: IE 9, FireFox, and Chrome.
I am using ingragistics version 12.1.20121.1005. Is that the same as the build number?
Thanks!
John