Hi,
Can you please let me know that why is the LoadOnDemand property for a Node is hidden in the Node class?
Rajan
Rajan,
The LoadOnDemand property is something meant to be set on the entire WebTree control, not on a Node by Node basis, which is why you do not see it on the Node object.
~Kim~
Hey, Thanks for the reply.
So this means if i set up a tree with Loadondemand, then i dont need to set the LoadOnDemand property true for the nodes which i will add step by step.
Thanks.
That is correct.