This question is locked. New answers and comments are not allowed.
Hi..anyone please.
Sorry for my bad English. I have a very small 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, 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.
Sorry for my bad English. I have a very small 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, 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.