Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 36
|
the parent node is null when event is raised (when sub nodes populating)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
That is by design. The whole purpose of the node is to provide you limited information about which node you are populating. Dynamically populated nodes are not persisted for performance reasons, so there is no way to provide you a full TreeView when ItemPopulate is called.
|