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

Script Error in Editor

1 Answer 37 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jiten
Top achievements
Rank 1
Jiten asked on 16 Dec 2014, 06:15 AM
Hello,
   I am looking solution for script error in editor control but can't find anywhere.
The error come when the page are more than 200 and also the string content table format.
Please see attach file. I am using the Child page which use editor control Inherits from Master page which use ASP scriptmanager below:
<asp:ScriptManager ID="_ScriptManager" runat="server">
    </asp:ScriptManager>

The below control I use in design:
<telerik:RadEditor runat="server" ID="RTF1" EnableTextareaMode="false" Skin="Office2007"
                                    Width="99%" Height="500px" AutoResizeHeight="false" StripFormattingOptions="NoneSupressCleanMessage"
                                    ToolsFile="~/Include/XML/WordProcessorEditorTools.xml" OnClientSelectionChange="OnClientSelectionChange"
                                    OnClientLoad="OnClientEditorLoad" OnClientPasteHtml="OnClientPasteHtml">
                                    <CssFiles>
                                        <telerik:EditorCssFile Value="~/EditorContentArea.css" />
                                    </CssFiles>
                                    <SpellCheckSettings AllowAddCustom="true" />
                                    <ImageManager ViewPaths="~/medical_illustration" />
                                </telerik:RadEditor>

Please give me the solution.
I am helpless now because of this script error.
I hope you understand my problem and help me.
Thanks.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 17 Dec 2014, 04:50 PM
Hello Jiten,

Could you please provide a sample content with which the issue is reproducible and also the exact version of the RadEditor used, so that I could possibly track if this is not an already known issue? 

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Jiten
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or