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

RadScriptManager & EnableScriptCombine & ScriptReference(s)

1 Answer 258 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Keith Tingle
Top achievements
Rank 1
Keith Tingle asked on 10 Oct 2008, 07:28 PM

Is the RadScriptManager supposed to combine javascript files that are referenced in ordinary ScriptReference blocks?

E.g.

<telerik:RadScriptManager EnableScriptCombine="true"...>
  <Scripts>
    <asp:ScriptReference Path="~/include/About.js" />

    ...

Script combining is working for user controls etc. but I am not seeing anything happen with the above scenario.

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 13 Oct 2008, 07:22 AM
Hi Keith Tingle,

RadScriptManager only includes script references added to its Scripts collection if they are not identified by a Path property. We are working on having ScriptReferences identified by a Path for the official Q3 release of the suite.

Regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Keith Tingle
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or