This is a migrated thread and some comments may be shown as answers.

Change selected node and highlight a border cell

3 Answers 61 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Roman
Top achievements
Rank 1
Roman asked on 06 Feb 2012, 03:07 PM
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 ...}">
    ...

3 Answers, 1 is accepted

Sort by
0
Roman
Top achievements
Rank 1
answered on 07 Feb 2012, 10:00 AM
This is due to the fact that I fill different types of data tree - the upper level of the hierarchy - a first data type, and the lower level of the hierarchy of second data type.
How to be in this situation?
0
Darlene
Top achievements
Rank 1
answered on 15 Feb 2012, 03:35 PM
Bump.  Thanks for narrowing it to the type.  I am also experiencing this issue.  Perhaps there is a way to just remove that selection border completely (or change its colour?)
0
Roman
Top achievements
Rank 1
answered on 20 Feb 2012, 10:20 AM
Hi
This behavior fixed in version 2012_1_0215. Thanks!
Tags
TreeListView
Asked by
Roman
Top achievements
Rank 1
Answers by
Roman
Top achievements
Rank 1
Darlene
Top achievements
Rank 1
Share this question
or