Hello,
I'm trying to copy values from parent node to its child nodes when a user expand the parent node, but I'm having some troubles getting the parent's node id (row id).
What I've been trying so far is using the loadComplete option which I know triggers on node expand and by inspecting the post parameters in firebug I see nodeid is correct.
|
1 |
<br />loadComplete: function() {<br /><br /> |
