Hi Telerik team,
I have a Treeview, and the user can drag & drop items from other controls onto it, and then I create a user control dynamically and add it to the node. Also, the user can move these nodes up and down with drag & drop, and everything works fine so far. One type of user control that is created in this process, contains another treeview. Drag & drop from other controls to this 'child' treeview also works fine, but now this node cannot be be moved up and down, as the drag no longer works for this node.
In summary, when node 'A' in treeview 'tvA' contains in its nodeTemplate, a user control which has another treeview, 'tvB', the drag does not work for node 'A'. Everything is created from code behind. I haven't tested to see if it works when done from markup, but that wouldn't work for me anyway.
Thanks for your help,
Regards,
Safa
I have a Treeview, and the user can drag & drop items from other controls onto it, and then I create a user control dynamically and add it to the node. Also, the user can move these nodes up and down with drag & drop, and everything works fine so far. One type of user control that is created in this process, contains another treeview. Drag & drop from other controls to this 'child' treeview also works fine, but now this node cannot be be moved up and down, as the drag no longer works for this node.
In summary, when node 'A' in treeview 'tvA' contains in its nodeTemplate, a user control which has another treeview, 'tvB', the drag does not work for node 'A'. Everything is created from code behind. I haven't tested to see if it works when done from markup, but that wouldn't work for me anyway.
Thanks for your help,
Regards,
Safa