Threaded View
-
9 Nov 2012 2:11 PM #1
Unanswered: Update Node leaf
Unanswered: Update Node leaf
beforedrop: function (node, data) {
data.records[0].set('leaf', true);
data.copy = true;
}
right now the code just copies the grid row to tree as a leaf. Is there any way to update the leaf it is dropped on instead of adding a new leaf.


Reply With Quote