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

RadFormDecorator + EnableRoundedCorners

1 Answer 86 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Robert Koerse
Top achievements
Rank 1
Robert Koerse asked on 08 Apr 2010, 12:57 PM

 

I place the RadFormDecorator1 see below.
I want no roundedcorners so EnableRoundedCorners="false"
But now the textboxes have no styling at all.
They look the same as if i have no styling at all.

What am i doing wrong?

<form id="Form1" method="post" runat="server">  
 
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
 
</telerik:RadScriptManager> 
 
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" 
 
DecoratedControls="All" Skin="Office2007" EnableRoundedCorners="false" 
 
/> 
 

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 13 Apr 2010, 01:20 PM
Hi Robert,

Your code looks OK and the decorated textbox in such scenario should have coloured borders (see attached screenshot). If this does not happen on your side, please open a support ticket and send us a sample project where the problem could be reproduced.


Regards,
Georgi Tunev
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
FormDecorator
Asked by
Robert Koerse
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or