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

ScriptManager and StyleSheetManager

1 Answer 76 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
MD
Top achievements
Rank 1
MD asked on 05 Aug 2009, 05:41 PM
Quick question.

What are the defaults for OutputCompression, EnableScriptCombine and EnableStyleSheetCombine for these controls and how does debug=false in the config affect the default if at all?

Thanks
Matt

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 10 Aug 2009, 03:19 PM
Hello Matt,

Here are the default values:

RadScriptManager:
  • OutputCompression - [DefaultValue(OutputCompression.AutoDetect)]
  • EnableScriptCombine - [DefaultValue(true)]

RadStyleSheetManager:
  • EnableStyleSheetCombine - [DefaultValue(true)]
  • OutputCompression - [DefaultValue(OutputCompression.AutoDetect)]

Setting the debug="false" does not change the default values of these properties.
I recommend reading of this blog post.

All the best,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ScriptManager and StyleSheetManager
Asked by
MD
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or