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

Remove Scriptmanager requirement?

2 Answers 150 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 20 Sep 2008, 10:34 PM
Hello,

Is there anyway to disable the RadPanel's requirement for the scriptmanager tag? In my particular project I have the panelbar in a master page and all of my child pages have the scriptmanager, as needed.

By requiring the scriptmanager in my masterpage I now have to change ALL of my pages that have a scriptmanager as I get the error message of only one script manager allowed. I even have some user controls that have a script manager and the page itself does not.

So long story short, I have a mess of script managers. So it would be nice if I could remove the requirement for one with the PanelBar (as it doesn't seem to be using any AJAX).

Thanks,
Chris

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 22 Sep 2008, 08:03 AM
Hello Chris,

RadPanelBar is an IScriptControl which requires a ScriptManager. However you could use the ScriptManager in your master page and add ScriptManagerProxy controls in your content pages.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Chris
Top achievements
Rank 1
answered on 22 Sep 2008, 01:03 PM
Albert,

Yes I know about the ScriptProxy, I was just curious if the control could work in a more limited capacity without the ScriptManager and any AJAX (as it doesn't seem to do any call-backs). This would let me avoid altering my 20+ pages that previously worked just fine with the old panelbar. But I've since started down that path because I assumed you'd be locked in to using the ScriptManager. Thanks for the clarification.

Chris
Tags
PanelBar
Asked by
Chris
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or