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

Column background color overlays selected line

2 Answers 65 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
papadi
Top achievements
Rank 1
papadi asked on 19 Oct 2013, 09:15 AM
Hi!
I have a RadTreeListView with four columns. For two of them I specified a value for their Background property. The result is what you see in the attachment. The selection highlighting is hidden behind the background of the columns! How can I fix this?
(data has been blurred in the picture on purpose)

2 Answers, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 24 Oct 2013, 07:46 AM
Hi,

In order to achieve your goal, you can set a transparent color to the Column's background. Please check the following code snippet for a reference:

<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" Background="#4CFF0000"/>

For your convenience, I have attached a sample project. 

I hope this helps.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
papadi
Top achievements
Rank 1
answered on 24 Oct 2013, 09:23 AM
This is so cool!
Tags
TreeListView
Asked by
papadi
Top achievements
Rank 1
Answers by
Yoan
Telerik team
papadi
Top achievements
Rank 1
Share this question
or