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

Cannot get RadStyleSheetManager to combine CSS

1 Answer 103 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Blue Hue
Top achievements
Rank 1
Blue Hue asked on 24 May 2011, 08:18 PM
I am using the RadFileExplorer and need to combine the default Telerik CSS into one file rather than making 18 different request. I included the RadStyleSheetManager as below.

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="file_manager.ascx.cs" Inherits="MyProject.file_manager.file_manager" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" EnableStyleSheetCombine="true" />    
<telerik:RadScriptManager ID="RadScriptManager1" runat="Server" EnableScriptCombine="true" LoadScriptsBeforeUI="false" ScriptMode="Release" />
<telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="520px" Height="520px" Skin="Simple" />

Now, none of the default styles are loading. I cannot include the RadStyleSheetManager tag within my control.

I am using Telerik version 2010.2 929

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 01 Jun 2011, 09:27 AM
Hi Blue Hue,

Can you please inspect the requests made when RadStyleSheetManager is on the page and provide me with the additional information, e.g. number of requests, status codes, etc.?

Regards,
Simon
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ScriptManager and StyleSheetManager
Asked by
Blue Hue
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or