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

GridViewToggleButton PlusMinusTemplate

1 Answer 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vinc3nt
Top achievements
Rank 1
Vinc3nt asked on 03 Dec 2013, 12:08 PM
Hello,

I have a problem with your GridViewToggleButton. I need to change the color of the plus and minus.
I work with Windows8 theme.
Can you provide us the PlusMinusTemplate in order to display the minus and the plus in red ?

Thank you,
Vincent

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 06 Dec 2013, 12:39 PM
Hello Vincent,

In order to achieve your goal, you can define a style targeting GridViewToggleButton and change its Background. Please check the following code snippet for a reference:
<Style TargetType="telerik:GridViewToggleButton">
            <Setter Property="Background" Value="Red"/>
</Style>


Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
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
Vinc3nt
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or