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

Combineing the css in RadStyleSheetManager

1 Answer 67 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 06 May 2013, 05:54 AM

 I have enabled  CdnSettings-TelerikCdn="Enabled" in RadStyleSheetManager which is used on sharepoint 2007  page

<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" CdnSettings-TelerikCdn="Enabled" />

i get the follwoing css files loaded on the page . I want the following css to be combined to singel file  and load on the page . I have even enabled EnableStyleSheetCombine="true"  but that dint combine the css

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Menu.css" type="text/css"

    rel="stylesheet" class="Telerik_stylesheet" />

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Outlook/Menu.Outlook.css"

    type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/TabStrip.css"

    type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Default/TabStrip.Default.css"

    type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/ListBox.css"

    type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

<link href="http://aspnet-skins.telerikstatic.com/ajaxz/2009.3.1203/Hay/ListBox.Hay.css"

    type="text/css" rel="stylesheet" class="Telerik_stylesheet" />

 

we have even other css to load on the page . it would be helpful if we can combine  aspnet-skins.telerikstatic.com CSS in single file. please help me in resolveing the issue

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 May 2013, 01:28 PM
Hello,

Since the RadStyleSheetManager could not combine the CSS files loaded through a CDN server your options are to use an external skin or a custom CDN provider and manually copy and paste the contents of some of the CSS files to others so that the files count does not exceed 31 and hits the IE stylesheet limitation.

Kind regards,
Rumen
the Telerik team
Learn how the Telerik controls can be integrated in SharePoint 2007/2010 from this resource. To watch them in action, explore our online SharePoint 2010 and SharePoint 2007 demo sites.
Tags
WebParts for SharePoint
Asked by
Srinivas
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or