Is it possible to lazy load a node's child nodes when that node is expanded?
I'm guessing that you'd have to always display expansion indicators (even if there weren't children) and would attempt to load the child nodes in an Expand event for the node, or something like that.
Thanks for your help!Jim Honeycutt
Hi Jim,
Yes, it's possible. If you take a look at the sample installed with NetAdvantage, there's a sample called UltraTree Load On Demand that does exactly what you are describing.