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

Any One plz..RadTreeView Background Color Issue

0 Answers 111 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
KARAN
Top achievements
Rank 1
KARAN asked on 06 Feb 2012, 07:43 AM
Hi..anyone please.

Sorry for my bad English. I have a issue regarding RadTreeview item background color. My issue is ,I have created a radtreeview with some items. On mouseover that items of radtreeview ,it visible as yellow color by default, I didn't set this color.

If right click on any item in radtreeview, and open a window from right click options. Then, Close that right click window. and again I see the item what I right clicked. That yellow color is fixed, that is not removing. I am again right click on any other item except the old item, that default yellow color is still visible. After refresh this page, the yellow color is removed from old item.

How should I remove the yellow color of last item ??

please tell me the solution as soon as possible we are using Treeview in my client project,. what I need to do ? for clear I have attached image files.

.xaml file : Design code .
===========================================================================================================
<telerikNavigation:RadTreeView x:Name="ProcessList" KeyUp="ProcessList_KeyUp"  
                    IsLineEnabled="True" SelectionMode="Single" IsEditable="False"   
                    IsDragDropEnabled="True" MouseLeftButtonUp="TextBlock_MouseLeftButtonDown_1" Selected="ProcessList_Selected">
                    <telerikNavigation:RadContextMenu.ContextMenu>
                        <telerikNavigation:RadContextMenu x:Name="ContextMenu" ItemClick="ContextMenu_ItemClick" Opened="ContextMenu_Opened">
                            <telerikNavigation:RadMenuItem Header="New" Name="miNew" />
                            <telerikNavigation:RadMenuItem Header="Open" Name="miOpen"/>
                            <telerikNavigation:RadMenuItem Header="Delete" Name="miDelete"/>
                            <telerikNavigation:RadMenuItem Header="Rename" Name="miRename"/>
                        </telerikNavigation:RadContextMenu>
                    </telerikNavigation:RadContextMenu.ContextMenu>
                </telerikNavigation:RadTreeView>
===========================================================================================================


Thanks,
PRABAKARAN G.

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
KARAN
Top achievements
Rank 1
Share this question
or