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

EnableEmbeddedScripts=false disables all telerik scripts

0 Answers 106 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Paul Lawrence
Top achievements
Rank 1
Paul Lawrence asked on 26 Jan 2010, 01:45 PM

I have a RadMenu, an overloaded instance RadPanelBar and the RadEditor solution file intergrated into my sitecollection. the menu and the panelbar are both stored in masterpage. I don't want to use any script in the RadMenu, so I EnableEmbeddedScripts=false. However, it disables all scripts for all Telerik controls.

On the RadPanelbar, I can explicitly say EnableEmbeddedScripts="true", to no effect, and when I use page where RadEditor replaces the standard control, I get the perpetual 'Scripts are loading' message. 

If I put the change in the appsettings  area of the web-config

Telerik.Menu.EnableEmbeddedScripts value="false", then the same problem happens again.

Any ideas what is going on?

i'm using 2009 Q3 controls.

EDIT:
Added the RadPanelBar scripts into the script manager, and moved them to the layout folder,
   <asp:ScriptReference Path="/_layouts/scripts/Common/jQueryPlugins.js"></asp:ScriptReference>   <asp:ScriptReference Path="~/Scripts/Common/Navigation/NavigationScripts.js" />
And again nothing.

No answers yet. Maybe you can help?

Tags
Sharepoint Integration
Asked by
Paul Lawrence
Top achievements
Rank 1
Share this question
or