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

Decoratorn radtextbox

3 Answers 48 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 19 Dec 2012, 05:43 PM
Hi,
I would like to modify the edges of radtextbox that make them rounder, how can I do?

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 19 Dec 2012, 10:48 PM
Hello Fabio,

You can style the RadTextBox with RoundedCorners by:
  1. Setting an empty string to the Skin property of the RadTextBox (Skin="").
  2. Including RadFormDecorator to your page (EnableRoundedCorners property is set to true by default).

This can be done for the rest of the RadInput controls (RadInputManager, RadNumericTextBox, RadDateInput, RadMaskedTextBox) as well.

Greetings,
Danail Vasilev
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
0
Fabio Cirillo
Top achievements
Rank 1
answered on 20 Dec 2012, 08:18 AM
works ok but there are two small problems.
1 - when I click on the textbox the edges are rounder
2 - in the textbox is the messageempty, after removing the value of the skin when I pass the mouse over the textbox written messageempty not active anymore.
0
Fabio Cirillo
Top achievements
Rank 1
answered on 20 Dec 2012, 08:22 AM
ok solved thanks a lot
Tags
FormDecorator
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Fabio Cirillo
Top achievements
Rank 1
Share this question
or