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

RadInput

1 Answer 61 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 16 Nov 2012, 06:53 PM
Hi Telerik-Support,

I use a RadFormDecorator:
<telerik:RadFormDecorator
ID="RFDLogin"
runat="server"
Skin="Default"
DecoratedControls="All"
EnableRoundedCorners="false" />

After an Ajax postback all RadInputContorls get an extra css class called .rfdDecorated. I think this is a bug, because I don't see a reason why your own controls are styled by the RadFormDecorator. Workaround is to place a ControlToSkip="Textbox".

Kind regards,
Christian

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 21 Nov 2012, 12:43 PM
Hello Christian,

I have tried to reproduce your scenario but with no success. I am using a sample project derived from a RadInput's demos where on a single page is situated RadFormDecorator along with RadInput. After loading the project I am tracking the page for rfdDecorated class.

I am listing the controls which consist that class: asp:TextBox ID="EmailLogin", asp:TextBox ID="PassWordLogin", asp:Button Text="Postback", asp:Button Text="Reset", asp:Button Text="Login". As you can see they are all ASP.NET controls. You can see a sample video as well.

Could you please provide us with sample VS project so we can track your observation?

Regards,
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.
Tags
FormDecorator
Asked by
Christian
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or