Question

I am working with MVC 1, and the CKEditor. I am integrating ajax forms which work great, but the editor window disappears after the ajax post. In webforms, I would have to not use ajax, or use a postback trigger. Is there a way to reload the editor on the ajax submission?

Any help is appreciated.

Was it helpful?

Solution

I have to good solution other than to reload the page, not ideal but works.

OTHER TIPS

use ScriptManager.RegisterStartupScript to execute javascript via AJAX postback

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top