Hi Telerik-Support,
I use a RadFormDecorator:
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
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