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

EnableEmbeddedSkins and EnableEmbeddedBaseStylesheet Disabled

1 Answer 104 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Alejandro
Top achievements
Rank 1
Alejandro asked on 24 May 2012, 11:44 PM
Hi

As I can add css to my page with EnableEmbeddedBaseStylesheet and EnableEmbeddedSkins disabled. 
i did this in my page have this:

<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">
     <StyleSheets>
     <telerik:StyleSheetReference  Path="../Vista/FormDecorator.Vista.css"/>
     <telerik:StyleSheetReference Path="../Vista/ToolTip.Vista.css" />
     </StyleSheets>
  </telerik:RadStyleSheetManager>

and my web.config have this:

<add key="Telerik.Web.UI.StyleSheetFolders" value="~/Vista"/>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />

and nothing that could be happening or that I need to add
thank you very much beforehand 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 28 May 2012, 07:29 AM
Hello Alejandro,

Can you please elaborate on the scenario that you have since I am not quite sure that I completely understand it? Do you get any errors of the styles that you apply does not render as expected?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ScriptManager and StyleSheetManager
Asked by
Alejandro
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or