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

trackChanges/commitChanges

0 Answers 89 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Sarah
Top achievements
Rank 1
Sarah asked on 10 Feb 2009, 03:54 PM
If I do the following, is only the second set of operations retained in the ClientChanges property?

var tree = $find("<%= RadTreeView1.ClientID %>");
tree.trackChanges();

// first set of client-side operations...
tree.trackChanges();
// second set of client-side operations...

tree.commitChanges();


No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Sarah
Top achievements
Rank 1
Share this question
or