Hi, I'd like to remove the mouse over row style completely, or at least change it be a lot more subtle. I've experimented with overriding the Background colour on mouseover as below:
But this doesn't remove the style, there seems to be some sort of glass effect still that I can't change. I'm using the "Transparent" theme.
Basically I just don't want to row to change much or at all when the mouse is over.
thanks
<
telerik:RadGridView.RowStyle
>
<
Style
TargetType
=
"telerik:GridViewRow"
>
<
Style.Triggers
>
<
Trigger
Property
=
"IsMouseOver"
Value
=
"True"
>
<
Setter
Property
=
"Background"
Value
=
"Transparent"
/>
</
Trigger
>
</
Style.Triggers
>
</
Style
>
</
telerik:RadGridView.RowStyle
>
But this doesn't remove the style, there seems to be some sort of glass effect still that I can't change. I'm using the "Transparent" theme.
Basically I just don't want to row to change much or at all when the mouse is over.
thanks