how to dynamic add child forthe dojo tree

557
1
08-22-2012 03:50 AM
fengwenjun
New Contributor
I make a family tree.now, I want to achieve the function that add the children for the selected node.
I use software is ASP.net.
0 Kudos
1 Reply
__Rich_
Occasional Contributor III
dijit/Tree

You don't really add nodes to the tree directly, you manipulate what the user sees through the model, if the model is connected to a datastore then update the datastore to 'add' nodes to the tree.
0 Kudos