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

Filter Icon's width is now assoicated with button

1 Answer 34 Views
GridView
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 29 Feb 2012, 02:00 AM
I'm using the new telerik binaries for silverlight 5, the 227 one.  When I set the default button width in my styles, the Filter icon width on the columns changes (  ShowDistinctFilters="True").  I could do this with no problems in the 2011 binaries.

<Style TargetType="Button">
    <Setter Property="Width" Value="120"/>
</Style>


1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 29 Feb 2012, 08:13 AM
Hi,

 Indeed we've changed this button from ToggleButton to plain Button and that is why it is affected from your global style. 

Greetings,
Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
danparker276
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Share this question
or