Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TreeView > Any One plz..RadTreeView Background Color Issue

Not answered Any One plz..RadTreeView Background Color Issue

Feed from this thread
  • Posted on Feb 6, 2012 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > TreeView > Any One plz..RadTreeView Background Color Issue
Related resources for "Any One plz..RadTreeView Background Color Issue"

Silverlight TreeView Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]