Hi,
I am using a XamWebTree and i am loading data into it from XML. I am loading data into the XamWebTree on demand. Like whenever i selected a node, childs of that specified node only will be loaded from the XML into the XamWebTree. There are checkboxes for each node, here when i check a parent check box, childs of that parent checkbox also needs to be checked. But it is not checking for me. Only checked check box is only checking. Can some body let me know regarding this? Thanks in Advance.
Regards,
Amarendra.
Have you tried setting the CheckBoxMode property on the XamWebTree object?
HTH,
Thanks for your reply. I tried that one, but it is not working for on Demand loading XamWebTree.
It works fine on my end.
Are you using data binding (setting ItemsSource property and using DataTemplate-s) or you are adding item objects directly to the Items collection? Also, which version of the product are you using?
Please, provide some sample demonstrating what you are trying to achieve if possible.
Thanks,