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

RadEditor Not sending data back to server

3 Answers 26 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 29 May 2014, 06:04 PM
We are running Version 9.0.30729.1 SP.

When using a RadEditor in IE 9, the data that is entered is never sent back to the server.  I have tried adding the UseSubmitBehavior=false on all the saving buttons,  I also tried to add the meta tag to emulate IE 8. Is there a patch for this version that fixes this issue with IE 9?

Everything works fine in Chrome and Firefox and IE 8.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 May 2014, 01:59 PM
Hi,

You have not shared any code or an example and it will be hard to provide guidance.

Are you able to replicate the reported problem in the Save in Database and Save in External file demos?

Have you tried by any chance the other suggestions in this KB article: RadEditor Content Not Saved After Ajax Update in IE9, Firefox, Google Chrome and Safari

Best regards,
Rumen
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.

 
0
Adam
Top achievements
Rank 1
answered on 02 Jun 2014, 02:59 PM
Here is some code....

<body>
<form id="form1" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server" AsyncPostBackTimeout="36000">
</asp:ScriptManager>



<div id="titleEditorPanel" style="margin-top:10px;">
<asp:UpdatePanel ID="TitleEditorUpdatePanel" runat="server" UpdateMode="Conditional">
<ContentTemplate>




<div id="editorTarget"></div>
<p>
<h2>This is a test</h2>

</p>

<div id="titleEditorContainer" style="width:630px;height:80px;font-family:Tahoma, Sans-Serif;font-size:10pt">
<telerik:RadEditor runat="server" ID="TitleEditor" Skin="Vista" Width="630px" Height="60px" EnableResize="false" EditModes="Design" EnableEmbeddedSkins="false" DialogsCssFile="~/Skins/Vista/DialogsCssFile.css">
<CssFiles>
<telerik:EditorCssFile Value="Styles/css/TitleEditorContentArea.css" />
</CssFiles>
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Undo" />
<telerik:EditorTool Name="Redo" />
<telerik:EditorSeparator Visible="true" />
<telerik:EditorTool Name="Superscript" />
<telerik:EditorTool Name="InsertSymbol" />
<telerik:EditorTool Name="AjaxSpellCheck" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
</div>

<div id="hiddenTitleEditorContainer" style="height:5px;overflow:hidden">
<telerik:RadEditor runat="server" ID="HiddenTitleEditor" Skin="Vista" Width="200px" Height="10px" EnableResize="false" CssClass="hiddenTitleEditor" EditModes="Design">
<Tools>
<telerik:EditorToolGroup></telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
</div>

<asp:Button ID="submitbutton" runat="server" Text="Submit" />
</ContentTemplate>
</asp:UpdatePanel>
</div>

</form>
</body>
0
Ianko
Telerik team
answered on 04 Jun 2014, 07:54 AM
Hi Adam,

In the provided code I am unable to see the use of UseSubmitBehavior=false property.

You can find attached a simple project demonstrating the provided code and the resolution in action.

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
Adam
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Adam
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or