This is a migrated thread and some comments may be shown as answers.

Rad Editor Full Screen Mode Issue on Rad Window popup

2 Answers 146 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Afroz khan
Top achievements
Rank 1
Afroz khan asked on 09 Oct 2013, 12:57 PM
Hi ,
I have a window popup where I am using a radEditor, when I do Full screen in RadEditor then do minimize and maximize window popup then page layout gets disintegrates due to Full screen mode of RadEditor
Could you please help to rid issue
Also I have attached the screenshot

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 10 Oct 2013, 02:41 PM
Hello Afroz,

It would have helped if you had also attached code, because at this point I can only guess whether the ContentTemplate or an external page is used for the RadWindow content and the exact issue is not very clear from the cropped screenshot.
At this point I would advise that you examine this demo on a similar scenario: http://demos.telerik.com/aspnet-ajax/editor/examples/editorinradwindow/defaultcs.aspx.

If this does not work for you I can suggest trying to restore the RadEditor when the RadWindow is minimized (use its OnClientCommand event) and maximize the editor again when the window is restored.
If you are using an external page things should be OK, but still you can create functions in it that will toggle the editor's full screen mode and call them as shown here. You can use the toggleScreenMode() method RadEditor exposes for that. You can also try calling its repaint() method instead to see if this helps.


Regards,
Marin Bratanov
Telerik
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 the blog feed now.
0
Afroz khan
Top achievements
Rank 1
answered on 11 Oct 2013, 11:30 AM
Thanks Marin, by below mentioned way I resolved the bug
Tags
Editor
Asked by
Afroz khan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Afroz khan
Top achievements
Rank 1
Share this question
or