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

RadTreeView Background color issue

3 Answers 108 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
KARAN
Top achievements
Rank 1
KARAN asked on 01 Feb 2012, 01:39 PM
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.



3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 02 Feb 2012, 03:50 PM
Hello PRABAKARAN ,

 What is the telerik RadControls version that you use ? We are aware of similar issue but we believe it is fixed in Q3 2011 SP version.

Regards,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
KARAN
Top achievements
Rank 1
answered on 03 Feb 2012, 07:45 AM
Hi...

Very thank you for reply Mr Petar. We are using Q3 2010 version for telerik Radcontrols. Is it possible to fix this issue in 2010 version or Shall I buy Q3 2011 for fix this bug ?

please try to resolve it in Q3 2010 itself.

Regards,
PRABAKARAN G.
0
KARAN
Top achievements
Rank 1
answered on 06 Feb 2012, 07:23 AM
Hi...

What about my solution..? plz tell me the answer for this issue as soon as possible. We are using Q3 2010 version for telerik Radcontrols. Is it possible to fix this issue in 2010 version or Shall I must need to buy Q3 2011 product for fix this issue  ?

please tell any solution for this.

Thanks,
PRABAKARAN G.
Tags
TreeView
Asked by
KARAN
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
KARAN
Top achievements
Rank 1
Share this question
or