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

RadStyleSheetManager not combining javascript request

1 Answer 61 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Devanand Jha
Top achievements
Rank 1
Devanand Jha asked on 17 Nov 2009, 08:24 AM
Hi,

I am using RadStyleSheetManager in my Web Application as below.

protected

 

void Page_Load(object sender, EventArgs e)

 

{

Form.Controls.Add(

new Telerik.Web.UI.RadStyleSheetManager());
}
in web.config

 

<

 

httpHandlers>

 

<

 

add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />

 

</

 

httpHandlers>

It's combining css request well, but not js request. Please help me out if i am missing something or not using RadStyleSheetManager properly.

Also can i use this setting for whole application. Can i combine our local css into this request?

Kindly reply ASAP.

Regards
Devanand Jha

 

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 17 Nov 2009, 08:51 AM
Hi Devanand Jha,

RadStyleSheetManager combines only CSS files. For details on the matter please refer to these help articles.

RadStyleSheetManager
RadScriptManager

Regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ScriptManager and StyleSheetManager
Asked by
Devanand Jha
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or