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...

  • 19380
    posted

    Keep an eye on our 10.3 release, which is slated for the next couple of weeks.  We have a virtualized tree that should achieve what you need.

  • 9694
    posted

    Hello,

    Sorry, the XamWebTree does not have "load on demand" or virtualization functionality. Check out the VirtualCollection. This will do some optimization. We plan on adding virtualization to the XamWebTree. Keep an eye out for that - that would be a huge performance boost for working with large sets of data.

    Thank you,