Good afternoon,
I have a RadTreeView in which I am using code similar to the Drag-n-Drop demo to do client-side rearranging of nodes.
The treeview is initially populated in the code-behind with values from a database in Page_Init, with each node containing different controls and text (imagebuttons, hyperlinks, etc.) based on database values.
Using the code from the demo, the drag-n-drop functionality works great, but the node appears to be losing its controls collection after the drop. Source node is moved to destination OK, but after the move, node contains only the text and not the controls that existed in the source.
What do I need to do to ensure the node's control's innerHTML is kept?
I have a RadTreeView in which I am using code similar to the Drag-n-Drop demo to do client-side rearranging of nodes.
The treeview is initially populated in the code-behind with values from a database in Page_Init, with each node containing different controls and text (imagebuttons, hyperlinks, etc.) based on database values.
Using the code from the demo, the drag-n-drop functionality works great, but the node appears to be losing its controls collection after the drop. Source node is moved to destination OK, but after the move, node contains only the text and not the controls that existed in the source.
What do I need to do to ensure the node's control's innerHTML is kept?