Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
845
LoadOnDemand
posted

This silverlight tree view does not have a loadondemand method, right?

I  have try to use this funtionality using the itemexpansionchanging event

and add the sub items 

if (e.IsExpanded)

           e.SourceItem.Items.Add(new Node)

 

but I am having problems with this...

Parents
No Data
Reply Children
No Data