tags:

views:

7

answers:

0

I have an issue using the Telerik RadEditor control where the data I've input within the text box part of the control disappears after a page PostBack. The data which the control stores still persists because we can save the data (e.g. in a database) from the control on a subsequent PostBack. But, just the display of this data doesn't work. I'm wondering if the control is sensitive to quick execution of the PostBack or client-side script, since I have tried to reproduce this issue in simpler scenarios, but cannot do so.