This is a migrated thread and some comments may be shown as answers.

RadTreeView Drag and Drop issue

1 Answer 41 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Uday Anthony
Top achievements
Rank 1
Uday Anthony asked on 16 Oct 2009, 09:16 PM
Hi,

I have two radtreeviews, in which I can drag and drop nodes from one tree to another. My problem is that when I want to save changes made due to the drag and drops in a button click event, the RadTreeView1.GetAllNodes().Count returns only the original number of nodes in the tree, but not the new number of nodes as a result of the drag and drop operation. Also if I try to refresh the page after drag and drop the changes are lost. I am using the client-side drag and drop. Please help me.


Thanks!

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 16 Oct 2009, 09:36 PM
I think you need to take advantage of the trackChanges and commitChanges function from the client-side API. For more information refer to the RadTreeView Object documentation article.
Tags
TreeView
Asked by
Uday Anthony
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or