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
215
xamDataTree - MVVM TwoWay bindable SelectedItem/ActiveNode
posted

I am trying to work out how to get and set a SelectedItem/ActiveNode property with a twoway binding on the xamDataTree.

Using behaviors I can get the item that is selected by the user but am struggling to set it programmatically.

The example I based my code on is from this blog post. http://blogs.infragistics.com/blogs/devin_rader/archive/2011/06/01/using-behaviors-to-synchronize-selected-items-of-infragistics-silverlight-controls-to-a-viewmodel.aspx

Any help is welcome.