I am using Dynatree with select mode "3", which enables a hierarchical selection mode.
When my tree renders, all nodes that have children render as selected by default. Leaf nodes render unselected by default. If I start manually selecting nodes, the tree behaves as expected.
How can I force all nodes to be unchecked by default?
Notes:
- Dynatree 1.2.1 RC3
- Tree starts out empty and is programatically constructed using "addChild()"
- It makes no difference if I explicitly add "selected: false" when building my nodes.
- Have not tried pre-constructing the entire structure.
Thoughts?