This is a migrated thread and some comments may be shown as answers.

RadEntry background color

3 Answers 274 Views
Entry
This is a migrated thread and some comments may be shown as answers.
Shalin
Top achievements
Rank 1
Shalin asked on 27 Apr 2018, 06:06 AM

hi

When i set background color of RadEntry it appear as square, rounded border is inside of square.

how to set background color under rounded border (without exceeding borders)

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 01 May 2018, 06:13 AM
Hello Shalin,

Indeed, at this point,  if you set rounded border to RadEntry, the background color is not clipped.  I've logged this issue in our Feedback Portal, you could subscribe for notifications on status changes at the following link:
https://feedback.telerik.com/Project/168/Feedback/Details/248324-entry-when-radentry-has-rounded-corners-the-background-is-not-clipped

I am afraid I cannot suggest a suitable workaround for this issue.  I am sorry for any inconvenience caused.

You could find your points updated for your involvement.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Mark
Top achievements
Rank 1
answered on 08 Apr 2019, 09:15 PM
This is still an issue a year later. Any fixes for this bug?
0
Yana
Telerik team
answered on 09 Apr 2019, 09:47 AM
Hi Mark,

I am afraid we haven't made much progress regarding this issue. 

However, I could suggest a workaround - you can use RadBorder control to wrap the Entry instead of using its own BorderStyle. Here is a quick example:

<telerikPrimitives:RadBorder  BorderThickness="1" BorderColor="#4488F6" CornerRadius="8">
    <telerikInput:RadEntry x:Name="entry" WatermarkText="First Name" BackgroundColor="Red"  />
</telerikPrimitives:RadBorder>

Let me know whether such an approach would be acceptable.

Regards,
Yana
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Entry
Asked by
Shalin
Top achievements
Rank 1
Answers by
Yana
Telerik team
Mark
Top achievements
Rank 1
Share this question
or