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

Decorator causing problems.

1 Answer 70 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 06 Oct 2009, 08:13 PM
When I add a decorator to my page the styling applied is transparent.  I am using the Office2007 skin which is set globally in the Web.config.

I add the following to a page:

<

 

telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All" />

 


instead of the decorated radio buttons they appear for a second and then seem to disappear.  The standard asp buttons appear to have a background color the same as the form. This also happens on a radconfirm but the title bar is also completely transparent.

Any idea of what might be going on here?

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 06 Oct 2009, 09:06 PM
I figured it out. Seems the decorator was hosing up the WindowManager.  I added the following properties to the WindowManager and it solved the problem:

EnableAjaxSkinRendering

 

="false"
EnableEmbeddedSkins="false"

 

Tags
FormDecorator
Asked by
Robert
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or