Hi Pavel,
This problem occurs because the RadEditor is moved inside the DOM when the dock is moved. To avoid this issue you need to call RadEditor's
onParentNodeChanged() client-side method when the dock position is changed. To achieve this you need to assign a handler to the RadDock's
ClientDockPositionChanged client-side event.
Also, you should set the RadEditor to Design mode until the RadDock is being dragged. This can be achieved via the dock control's client events
OnClientDragStart and
OnClientDragEnd and the client method
set_mode of the RadEditor.
You can find attached a sample page, implementing the suggested solution.
Greetings,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now