When I specify the Background color of a column, the Row Highlight no longer highlights that column.
How do I change the background color for a particular column without it interrupting the Row Highlight?
<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?