This question is locked. New answers and comments are not allowed.
Hi. I have a treeview bound to my ria domain collection, however when I select an item in the try the current record is not changed. Is the treeview not dataaware? or have I missed something?
Thanks
Paul
<telerik:RadTreeView x:Name="radTreeView1" Margin="0,5,5,5" IsLineEnabled="True" SelectionMode="Single" IsEditable="False" IsDragDropEnabled="False" ItemsSource="{Binding}" ItemTemplate="{StaticResource Persons}"Thanks
Paul