I have a TreeView that has ExpandMode set to WebService and I would like to expand a node programmatically. I have even tried to emulate this is some client side code and I can see the web service call being made and returning data. However, the node does not expand as desired.
No matter what happens, the following line always shows the number of items in the list as 0.
What am I doing wrong?
Thanks.
Is there something I can try to make this work client side?