Hi
I have a radeditor in an update panel and a button that sets the format of the content of the editor by doing editor.pasteHtml().
If I make my updates to the editor, then get the content of the editor by using this.editorExample.Content via a regular postback, the content is correct. However, when I put the editor in an updatePanel, make some format changes and do a partial postback, when I access the content of the editor, it does not know about the new format changes I have made. I assume this has to do with the fact that there is a hidden iFrame which is not getting the updates in the partial postback, but is there a way I can access the correct content by using something other than an updatepanel (maybe a RadXMLHttpPanel)?
Thanks in advance
I have a radeditor in an update panel and a button that sets the format of the content of the editor by doing editor.pasteHtml().
If I make my updates to the editor, then get the content of the editor by using this.editorExample.Content via a regular postback, the content is correct. However, when I put the editor in an updatePanel, make some format changes and do a partial postback, when I access the content of the editor, it does not know about the new format changes I have made. I assume this has to do with the fact that there is a hidden iFrame which is not getting the updates in the partial postback, but is there a way I can access the correct content by using something other than an updatepanel (maybe a RadXMLHttpPanel)?
Thanks in advance
