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

Remove mouse over style

1 Answer 975 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 10 Dec 2013, 09:09 PM
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:

<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

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 12 Dec 2013, 01:11 PM
Hi Martin,

If you want to modify the appearance of the GridViewRow, you can predefine its template and remove the MouseOver states. You may get the style files for all Telerik themes from the Themes folder of your personal installation.  

Please let me know if you need further assistance with this!


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 >>
Tags
GridView
Asked by
Martin
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or