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

Rounded corners appearing when they shouldn't

4 Answers 65 Views
Input
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 22 Nov 2012, 12:18 PM
Is there a way to completely disable at a fundamental level rounded corners on textboxes?

This new issue seems to have started in this latest release 2012 Q3.  See attached image.  I've moved the mouse over the top input box and the curved corners wnt away, the bottom box went to proper square corners after I did a mouse over.

This problem seems to be css based and is somewhat erratic as to when it appears.

Any help much appreciated.

Regards,

Jon

4 Answers, 1 is accepted

Sort by
0
Jon
Top achievements
Rank 1
answered on 23 Nov 2012, 09:51 AM
DUh forgot the images although I now can't see where to attach it - has this been removed?
0
Galin
Telerik team
answered on 27 Nov 2012, 09:46 AM
Hello,

I guess you are using RadFormDecorator and in this case you can disable the corners with the property EnableRoundedCorners

<telerik:RadFormDecorator runat="server" EnableRoundedCorners="false" />

I hope this helps.

Regards,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jon
Top achievements
Rank 1
answered on 27 Nov 2012, 10:49 AM
Hi Galin,

Ah yes I seem to remember having the same issue elsewhere before.

Given that the elements are radtextboxes not the standard text boxes should they even be touched by the form decorator?

Regards,

Jon
0
Galin
Telerik team
answered on 03 Dec 2012, 12:04 PM
Hello Jon,

You can prevent the decoration by using the CSS class radPreventDecorate, e.g.
<telerik:RadTextBox ID="RadTextBox1" runat="server" CssClass="radPreventDecorate" />

I hope this helps.

All the best,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Jon
Top achievements
Rank 1
Answers by
Jon
Top achievements
Rank 1
Galin
Telerik team
Share this question
or