views:

246

answers:

1

In my application I am using the Telerik Silverlight RadTreeView control. This is populated with hierarchical, load on demand data.

My view refreshes every 60 seconds and I want to maintain the expanded nodes, the selected item and the scroll postion.

What is the simplest way to acheive this?

Any help much appreciated. Thanks, Mark

A: 

A good suggestion from Telerik is to add ContainerBindings along with your HierarchicalData

I think this needs a little polishing - maybe extension methods or some inheritance, but is pretty much the right way to go.

Mark Cooper