Completed
Last Updated: 30 Jan 2023 07:49 by ADMIN
Release R1 2023

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.

Completed
Last Updated: 14 Sep 2022 13:55 by ADMIN
Release R3 2022
After updating Xamarin.Forms to version 5.0.0.2478, the WatermarkText doesn't show in RadEntry on Android anymore.
Completed
Last Updated: 11 May 2022 14:50 by ADMIN
Release R2 2022
Created by: Amitesh
Comments: 0
Category: Entry
Type: Bug Report
1
On Android if the text is longer than the input field and it is set from OnAppearing method, RadEntry displays the ending of the text instead of the beginning.

Also, the issue can be reproduced

when the Entry text is set in code behind, for example on button click:
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. ";
        }



inside the AutoCompleteView control when select an item from the suggestion items list. 
Completed
Last Updated: 15 Feb 2021 09:03 by ADMIN
Release R1 2021
ADMIN
Created by: Lance | Manager Technical Support
Comments: 10
Category: Entry
Type: Bug Report
16
When setting a custom Font, the RadEntry falls back on the default platform font family.
Completed
Last Updated: 20 Jan 2021 11:07 by ADMIN
Release R1 2021
Created by: James
Comments: 1
Category: Entry
Type: Bug Report
1

On UWP, setting the RadEntry's TextColor has no effect.

Reproducible

<input:RadEntry Text="Hello" TextColor="Red" />

Runtime

Environment Details

  • VS 2019 16.8.3
  • UWP Target SDK 19041
  • Windows 10 2004
  • Xamarin.Forms 4.8.1560
  • Telerik UI for Xamarin 2020.1208

 

 

 

Completed
Last Updated: 21 Jan 2019 06:03 by ADMIN
As a workaround you could set TextColor property of the Entry control.
Completed
Last Updated: 22 Nov 2018 16:15 by ADMIN
ADMIN
Created by: Yana
Comments: 0
Category: Entry
Type: Bug Report
1
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Completed
Last Updated: 09 Nov 2018 15:47 by Norman
ADMIN
Created by: Georgi
Comments: 6
Category: Entry
Type: Bug Report
1
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 21 Aug 2018 11:37 by ADMIN
Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
Completed
Last Updated: 03 Apr 2018 12:43 by Clément
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: Entry
Type: Bug Report
1
Explicitly setting the Text property of the RadEntry to null results in NullReferenceException. This is not the behavior with the standard Entry control.