Unplanned
Last Updated: 21 Jun 2022 13:52 by ADMIN
Good day,

I noticed that the corner radius does not effect the button border.   Is there a work around to have rounded button border for iOS.  I've attached the code used to define the one button on the screen.


        <Grid BackgroundColor="{StaticResource LightGrey}">
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto" />
                <RowDefinition Height="Auto" />
                <RowDefinition Height="*" />
            </Grid.RowDefinitions>
            <controls:FaSearchBar Grid.Row="0" Margin="20"
                                  x:Name="searchBar" TextColor="{StaticResource Black}" Text="{Binding SearchText}"
                                  Placeholder="{Binding Localize[TextSearchFulfillment]}" PlaceholderColor="{StaticResource DarkGrey}"
                                  BackgroundColor="{StaticResource LightGrey}">
            </controls:FaSearchBar>
            <Grid Grid.Row="1" BackgroundColor="{StaticResource White}">
                <Grid.ColumnDefinitions>
                    <ColumnDefinition Width="Auto" />
                    <ColumnDefinition Width="*" />
                    <ColumnDefinition Width="Auto" />
                </Grid.ColumnDefinitions>
                <Label Grid.Column="0" Text="21 Pending Orders" Style="{StaticResource SecondaryTextLabel}" 
                       VerticalOptions="Center" Margin="20,0,20,0"/>
                <Label Grid.Column="1" Text="Last synced on: June 3, 09:41 AM"
                       Style="{StaticResource  SummaryTextLabel}"
                       TextColor="{StaticResource DarkGrey}"
                       HorizontalOptions="EndAndExpand"  />
                <telerikInput:RadButton Grid.Column="2" Text="Sync Now" TextColor="{StaticResource DarkGrey}" 
                                        HorizontalOptions="EndAndExpand" Margin="20,10,20,10" 
                                        BorderThickness="2"
                                        CornerRadius="10"
                                        BorderColor="{StaticResource LightGrey}">
                    <telerikInput:RadButton.ImageSource>
                        <FontImageSource Size="Small" FontFamily="{DynamicResource FontAwesome5ProRegular}"
                                         Glyph="{x:Static xaml:Icons.Rotate}" Color="{StaticResource DarkGrey}" />
                    </telerikInput:RadButton.ImageSource>
                </telerikInput:RadButton>
            </Grid>
        </Grid>

Completed
Last Updated: 13 Apr 2021 11:56 by ADMIN
Release 2021.1.413 (R1 2021 minor release)
Created by: Oussama
Comments: 0
Category: Button
Type: Bug Report
1
Setting TextTransform property to RadButton does not affect the Text of the button. 
Completed
Last Updated: 24 Jun 2020 12:00 by ADMIN
Release R2 2020 SP

When the Target version of the UWP project is Windows 1809, RadButton raises the following exception:

System.ArgumentException: Value does not fall within the expected range.

Declined
Last Updated: 14 May 2019 14:04 by ADMIN
RadButton Background color cannot be changed through Custom Renderer
Completed
Last Updated: 21 Jan 2019 05:58 by ADMIN
Padding and HorizontalContentAlignment are not properly applied when Image is used.
Completed
Last Updated: 09 Nov 2018 13:44 by ADMIN
ADMIN
Created by: Didi
Comments: 0
Category: Button
Type: Bug Report
0
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Unplanned
Last Updated: 21 Jun 2018 13:12 by ADMIN
If you have set the HorizontalContentAlignment to some other value (End, Start) and you run the application in Release mode in UWP -> the value is reset to center.
Completed
Last Updated: 21 May 2018 13:19 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: Button
Type: Bug Report
1
Setting the padding property does not offset the text of the button in iOS

Available in the R2 2018 release.