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

Button Background Problem

2 Answers 67 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 09 Jun 2011, 01:24 PM
Frist i better say that i am using the lastest internal build because i need a fix which hasnt been released yet.

I've put my app though quiet a bit of testing to check it working with the iternal buidl correctly. i am having one problem though

All buttons in my app dont seems so be using the background prop.

<telerik:RadButton Content="Sections" Height="50" HorizontalAlignment="Left" Name="radButton1" VerticalAlignment="Top" Width="252" FontSize="16" IsEnabled="True" IsHitTestVisible="False" Foreground="White" BorderBrush="#FF26457E" Padding="0" BorderThickness="0" CornerRadius="0" AllowDrop="False"
            <telerik:RadButton.Background
                <LinearGradientBrush EndPoint="0,1" StartPoint="0.5,0"
                    <GradientStop Color="#FF274782" Offset="0" /> 
                    <GradientStop Color="#FF1A2F5E" Offset="0.515" /> 
                    <GradientStop Color="#FF274782" Offset="1" /> 
                </LinearGradientBrush
            </telerik:RadButton.Background
        </telerik:RadButton>

however as you can see in the attached picture the background doesnt work in my sections button for example.

Have you got any ideas?

2 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 14 Jun 2011, 04:43 PM
Hi jonathan,

We managed to reproduce your issue with the internal build from last week 0606. The good news is that this is fixed in the this week`s internal build 0613 as you can examine in the attached solution.

All the best,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David
Top achievements
Rank 1
answered on 15 Jun 2011, 09:13 AM
Thanks for that.
Tags
Buttons
Asked by
David
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
David
Top achievements
Rank 1
Share this question
or