RadEntry with 4 side border in android

1 Answer 133 Views
Border Entry
Ray
Top achievements
Rank 1
Ray asked on 09 Mar 2023, 03:35 PM
RadEntry showing border only when got focus at bottom. can create renderer for RadEntry  to create box like border in android?

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 09 Mar 2023, 04:27 PM

Hi Ray,

Regarding the RadEntry and the focused border brush and thickness on Android, we have this behavior logged here: https://feedback.telerik.com/maui/1596172-entry-android-border-and-focusedborder-brush-and-thickness-do-not-apply You can follow the item to track its progress. 

As a workaround you can place the entry in a RadBorder: 

<telerik:RadBorder BorderColor="Red" CornerRadius="5,7,7,5" BorderThickness="4,4,4,4">
              <telerik:RadEntry Text="Hello World" TextColor="DarkRed" Background="Wheat" x:Name="entry" /> 
</telerik:RadBorder>

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Border Entry
Asked by
Ray
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or