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

[Solved] ScriptManager not found

1 Answer 143 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Happy
Top achievements
Rank 1
Happy asked on 18 Feb 2010, 03:34 PM
Due to the very limited silverlight editor, I've placed a silverlight html placeholder in my silverlight app that launches an aspx page that then contains the aspnet ajax radeditor. But I can't even get that to work. The webfront end is aspnet mvc, the web admin part is silverlight. I tried both an aspnet mvc page and a direct to aspx page to host the editor. I keep getting

"The ScriptManager must appear before any controls that need it"

But I do have a ScriptManager there on the page right after the form tag. I even tried dynamically creating a ScriptManager and adding it to the controls collection at index 0 and it then throws an exception that I can only have one ScriptManager.

Why can't radeditor find it?

aspx snippet:

<form id="EditorForm" runat="server" style="width:100%;height:100%">
            <asp:ScriptManager id="ScriptManager" runat="server" />
            <telerik:RadEditor  ID="RadEditor" runat="server" SkinID="DefaultSetOfTools" Width="100%" Height="100%">



1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 18 Feb 2010, 04:43 PM
Hi Happy,
The best way to deal with this is to create an ASPX page that contains only the ASP.NET editor and then to place that page on top of the SL plugin. To place the page on top of the SL plugin you can use the RadHtmlPlaceholder Silverlight control.

Please let us know if you need more info.

Sincerely yours,
Valentin.Stoychev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Happy
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or