I have 4-level unbound tree and selectively expand (drill down into) some nodes (multiple levels down) based on querystring parameters.
The desired child nodes and child-child nodes are displayed, but the expansion icons on the parent nodes still show a collapsed state (+). Clicking on the icon to expand the node triggers the ServerSideCallBack, resulting in a duplicate set of child nodes. The expansion icon does then change to the expanded state (-).
When I decide to add child nodes in code I first set .Expanded=true on the parent node. This would seem to be the correct property to set, but it doesn't yield the desired result.
Before I post code, I'm just wondering if I'm missing something here (obvious or not).
Rob
The desired child nodes and child-child nodes are displayed, but the expansion icons on the parent nodes still show a collapsed state (+). Clicking on the icon to expand the node triggers the ServerSideCallBack, resulting in a duplicate set of child nodes. The expansion icon does then change to the expanded state (-).
When I decide to add child nodes in code I first set .Expanded=true on the parent node. This would seem to be the correct property to set, but it doesn't yield the desired result.
Before I post code, I'm just wondering if I'm missing something here (obvious or not).
Rob