When placing and RadEntry in Popup, Object disposed exception is thrown.
The issue cannot be reproduced with Telerik UI for Xamarin version 2022.2.624.1
Workaround until a fix for this issue is provided:
1. Use Telerik UI for Xamarin version 2022.2.624.1
or:
2. Use Xamarin.Forms Entry instead.
private void Button_Clicked(object sender, System.EventArgs e)
{
this.radEntry.Text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ";
}
When setting a custom Font, the RadEntry falls back on the default platform font family.
On UWP, setting the RadEntry's TextColor has no effect.
<input:RadEntry Text="Hello" TextColor="Red" />
All entry fields are not aligned to Right when the RTL language is selected.
Steps to reproduce,My Rad Entry Doesn't Work in my Emulator but the other controls is working.
This is my Xaml:
this is the my Emulator the Radentry is does doesn't Working.
Please Help me...
Advance Thank youu
Any version of Xamarin.Forms, the iOS version of the application crashes when attempting to apply a custom font "parameter descriptor cannot be null"
With this resource defined, and the OpenSans-Bold.ttf is in the Resources directory, marked as bundle resource...
<OnPlatform x:TypeArguments="x:String" x:Key="BoldFont">
<On Platform="Android" Value="OpenSans-Bold.ttf#Open Sans" />
<On Platform="iOS" Value="OpenSans-Bold" />
</OnPlatform>
And using this code for the style (created from the Telerik login view template, with some modifications):
<Style x:Key="LoginEntryStyle"
TargetType="telerikInput:RadEntry">
<Setter Property="TextColor"
Value="{StaticResource DarkTextColor}" />
<Setter Property="WatermarkTextColor"
Value="{StaticResource LightBlueColor}" />
<Setter Property="FontSize"
Value="14" />
<Setter Property="FontFamily"
Value="{StaticResource BoldFont}" />
<Setter Property="HeightRequest"
Value="48" />
<Setter Property="Margin"
Value="0,0,0,16" />
<Setter Property="BorderStyle">
<Setter.Value>
<telerikInput:BorderStyle BorderColor="{StaticResource LightBlueColor}"
BorderThickness="1"
CornerRadius="8" />
</Setter.Value>
</Setter>
</Style>
As a workaround you could set TextColor property of the Entry control.
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
When BorderColor is applied, it is still changed to the default one when the end user hovers over or focuses the control
IsFocused doesn't appear to work when it's bound to a property in an item template.
In Android the OneWay binding to Text property is not working
Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
If you apply a border with rounded corners and background color to RadEntry, the background exceeds the border.
Explicitly setting the Text property of the RadEntry to null results in NullReferenceException. This is not the behavior with the standard Entry control.
When setting a FontFamily on RadEntry, and the font family resource cannot be found, you'll be presented with an exception: "Value cannot be null. Parameter name: descriptor" Stack Trace: at UIKit.UIFont._FromDescriptor (UIKit.UIFontDescriptor descriptor, System.nfloat pointSize) [0x00011] in /Library/Frameworks/Xamarin.iOS.framework/Versions/11.8.0.20/src/Xamarin.iOS/UIKit/UIFont.g.cs:106