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

Remove Rounded Corners on Textboxes

3 Answers 194 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
jdirienzi
Top achievements
Rank 1
jdirienzi asked on 12 Nov 2008, 06:50 PM
Is there a way to tell FormDecorator to not put rounded corners on textboxes?  For Firefox, I just modified styles.  But for IE, the textbox is surrounded by a table with class=radfd_roundedWrapper.  I know I could modify all of the related styles, but It would be great if there was a setting to tell formDecorator to not use rounded corners at all so it would not generate the table HTML.  I am using version 2008.3.1105.20.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Nov 2008, 02:57 PM
Hello jlevine,

In scenario like yours, I would suggest not to decorate the texboxes but to set a border to them - you can do this by using the corresponding property (BorderColor, BorderStyle, BorderWidth) or as an alternative - to apply a style over the textbox.


Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Tim
Top achievements
Rank 1
answered on 15 Jan 2009, 04:18 PM
I've also got the same issue where I'd like to use the RadFormDecorator but not have rounded corners on my text boxes. Is there no way to disable the rounded corners in the stylesheet?
0
Tervel
Telerik team
answered on 16 Jan 2009, 08:46 AM
Hello Tim,

By default, RadFormDecorator does not decorate Textboxes.
For the time being, my suggestion is to not set the RadFormDecorator DecoratedControls="All", but set it to "Default" or some other value that will skip decorating textboxes. Thus you will have the chance to style them yourself to fit the look you need.
In the future we will introduce the ability to style textboxes without rounded corners.

Regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
jdirienzi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Tim
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or