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

FormDecoration not working

3 Answers 63 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Alec
Top achievements
Rank 1
Alec asked on 07 May 2009, 01:55 AM

FormDecoration not working...don't know why. I put this in the page:

 

<

telerik:radformdecorator id="FormDecorator1" runat="server" DecoratedControls="all" Skin="Telerik" ></telerik:radformdecorator>

 

but the controls keep showing Web20 style.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 07 May 2009, 05:37 AM
Hi Alec,

If by "controls" you are referring to other RadControls, please note that RadFormDecorator does not style them. Its purpose is to decorate standard controls like buttons, textboxes, radiobuttons, etc. More information on it can be found in our demo.

If you are using RadFormDecorator but the decorated standard controls use different skin, please make sure that you haven't set the Skin property somewhere else (in the codebehind for example). If this is not the case - just open a new support ticket and send us your project so we could check it.

Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Alec
Top achievements
Rank 1
answered on 07 May 2009, 06:19 AM
So that means I have to manually assign skin attribute to all rad controls?
0
Georgi Tunev
Telerik team
answered on 07 May 2009, 07:08 AM
Hello Alec,

You could use the RadSkinManager control for that purpose. Just put it on the page and set it to the desired skin.


Best wishes,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FormDecorator
Asked by
Alec
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Alec
Top achievements
Rank 1
Share this question
or