does the xamDataTree support on demand loading of data, i.e. the parent items are loaded first (along with the expand icon for each parent) and when the parent node is expanded the child nodes are fetched from the server and added as child items.
Hi MirangParikh,
you could check this forum post out.
HTH
Do you have any similar type of working example for silverlight also ?
The code is essentially the same - just needs to be put in a silverlight project.
I have done this for you - the attached project can be found in the posts attachments.
Regards.
Ok.. Thanks for the same. I got it working.