We have an application that uses FCKEditor.
When we wrap a RadAjaxPanel around the FCKEditor we receive the following error during postback:
"Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"
I've spent the day google-ing for an answer and have found LOTS of references to FCKEditor with UpdatePanel, and AJAX in general, but nothing specific to RadAjaxPanel. Is there a work-around? Can I get FCKEditor to work in a RadAjaxPanel?
One note I found suggested setting the @Page directive ValidateRequest="false". This makes the error message go away, however any edits made in FCKEditor are not sent back to the server. When I read the .value of the FCKEditor control it's the same as it was when the control was first loaded up.
(sidenote: we may migrate to RadEditor at some point in the future when time allows)
When we wrap a RadAjaxPanel around the FCKEditor we receive the following error during postback:
"Error: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"
I've spent the day google-ing for an answer and have found LOTS of references to FCKEditor with UpdatePanel, and AJAX in general, but nothing specific to RadAjaxPanel. Is there a work-around? Can I get FCKEditor to work in a RadAjaxPanel?
One note I found suggested setting the @Page directive ValidateRequest="false". This makes the error message go away, however any edits made in FCKEditor are not sent back to the server. When I read the .value of the FCKEditor control it's the same as it was when the control was first loaded up.
(sidenote: we may migrate to RadEditor at some point in the future when time allows)