This question is locked. New answers and comments are not allowed.
I'm not getting SelectionMode property to work properly. With this xaml markup:
I still have to use control to select multiple nodes. By looking at the documentation, this is how SelectionMode Extended works...and it does work properly in a RadGridView. Is this intended? I'm using version Q1 2011 of the telerik controls if that matters.
<telerik:RadTreeView Grid.Column="2" SelectionMode="Multiple" ItemsSource="{Binding Chapters}" DisplayMemberPath="Name" />I still have to use control to select multiple nodes. By looking at the documentation, this is how SelectionMode Extended works...and it does work properly in a RadGridView. Is this intended? I'm using version Q1 2011 of the telerik controls if that matters.