Hi,
Sometime I see the BackgroundImage="refresh_dashboard.png" and sometime not.
I used this code in 2 views one seen and one not.
Thanks,
<Grid RowSpacing="1" RowDefinitions="auto, auto, auto, auto,auto" ColumnDefinitions="*">
<HorizontalStackLayout Grid.Row="0" Grid.Column="0" HorizontalOptions="Center" VerticalOptions="Center">
<telerikInput:RadDateTimePicker x:Name="fromDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
Date="{Binding FromDate, Mode=TwoWay}" />
<Label Text="⎯" HorizontalOptions="Center" VerticalOptions="Center" />
<telerikInput:RadDateTimePicker x:Name="toDateTimePicker" HorizontalOptions="Center" VerticalOptions="Center" Margin="5" HeightRequest="30" WidthRequest="170" BorderThickness="0"
Date="{Binding ToDate, Mode=TwoWay}"/>
<telerik:RadButton HorizontalOptions="Center" VerticalOptions="Center" BackgroundImage="refresh_dashboard.png" Command="{Binding SearchCommand}" WidthRequest="20" HeightRequest="20" BorderThickness="0"/>
</HorizontalStackLayout>
If you would like us to help you investigate this, please provide a runnable application that reproduces the issue. This doesn't sound like a Telerik problem (because you see the image at least once and I am unable to replicate your reported behavior)