When i use radeditor with script manager it gives me "Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load." when i run it.
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<telerik:RadEditor ID="RadEditor1" Runat="server">
<Tools>
<telerik:EditorToolGroup Tag="FileManagers">
<telerik:EditorTool Name="ImageManager" />
<telerik:EditorTool Name="FlashManager" />
<telerik:EditorTool Name="MediaManager" />
<telerik:EditorTool Name="DocumentManager" />
<telerik:EditorTool Name="TemplateManager" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
</telerik:EditorToolGroup>
</Tools>
<ImageManager ViewPaths="~/uploads/img" />
<FlashManager ViewPaths="~/uploads/flash" />
<MediaManager ViewPaths="~/uploads/media" />
<DocumentManager ViewPaths="~/uploads/document" />
<TemplateManager ViewPaths="~/uploads/templates" />
<Content>
</Content>
</telerik:RadEditor>
</telerik:RadEditor>
When i use it with radscriptmanager it runs corretly but again give me the same error when i push image manager ,document manager vs.
<
telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
</telerik:RadScriptManager>
<telerik:RadEditor ID="RadEditor1" Runat="server">
<telerik:EditorToolGroup Tag="FileManagers">
<telerik:EditorTool Name="ImageManager" />
<telerik:EditorTool Name="FlashManager" />
<telerik:EditorTool Name="MediaManager" />
<telerik:EditorTool Name="DocumentManager" />
<telerik:EditorTool Name="TemplateManager" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
</telerik:EditorToolGroup>
</Tools>
<ImageManager ViewPaths="~/uploads/img" />
<FlashManager ViewPaths="~/uploads/flash" />
<MediaManager ViewPaths="~/uploads/media" />
<DocumentManager ViewPaths="~/uploads/document" />
<TemplateManager ViewPaths="~/uploads/templates" />
<Content>
</Content>
</telerik:RadEditor>
</telerik:RadEditor>
