This question is locked. New answers and comments are not allowed.
Hi!
I have a strange behavior of the RadTreeListView control in silverlight. This happened after upgrading to version 2011.3.1222
If I change the selected node - the previous node is highlight a cell border
<telerik:RadTreeListView x:Name="ComponentHierarchy"
AutoLoadHierarchy="True"
AutoGenerateColumns="False"
SelectionMode="Single"
SelectionUnit="FullRow"
ItemsSource="{Binding HierarchicalItems, Mode=OneWay}"
HorizontalAlignment="Left"
Visibility="{Binding HasError, Converter={StaticResource ...}, ConverterParameter=Inverse}"
RowIndicatorVisibility="Collapsed"
IsReadOnly="True" RowDetailsTemplateSelector="{StaticResource ...}"
IsDragDropEnabled="True"
DragCueItemTemplate ="{StaticResource ...}">
...
I have a strange behavior of the RadTreeListView control in silverlight. This happened after upgrading to version 2011.3.1222
If I change the selected node - the previous node is highlight a cell border
<telerik:RadTreeListView x:Name="ComponentHierarchy"
AutoLoadHierarchy="True"
AutoGenerateColumns="False"
SelectionMode="Single"
SelectionUnit="FullRow"
ItemsSource="{Binding HierarchicalItems, Mode=OneWay}"
HorizontalAlignment="Left"
Visibility="{Binding HasError, Converter={StaticResource ...}, ConverterParameter=Inverse}"
RowIndicatorVisibility="Collapsed"
IsReadOnly="True" RowDetailsTemplateSelector="{StaticResource ...}"
IsDragDropEnabled="True"
DragCueItemTemplate ="{StaticResource ...}">
...