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

Column Background overrides Row Highlight

1 Answer 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bret
Top achievements
Rank 1
Bret asked on 07 Jun 2012, 06:49 PM
When I specify the Background color of a column, the Row Highlight no longer highlights that column.

<telerik:GridViewDataColumn Width="10*" Header="Enabled?" Background="White" DataMemberBinding="{Binding IsEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" UniqueName="IsEnabled" IsReadOnly="False"/>

How do I change the background color for a particular column without it interrupting the Row Highlight?

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 11 Jun 2012, 07:52 AM
Hello,

 The cells are over the row, so their background will be over the row's hover. You should set a background that is transparent. For example you could try with White 30% transparent:

Background="#4CFFFFFF"
All the best,
Didie
the Telerik team

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

Tags
GridView
Asked by
Bret
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or