RadEditor maximize and minimize issue in Edge Browser

0 Answers 81 Views
Editor
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Sachita asked on 21 Jun 2022, 01:18 PM | edited on 22 Jun 2022, 06:43 AM

Current Version - 2021.3.915.45 and .NET 4.8

Tried with ContentAreaMode="DIV",but still no luck.

In Edge and chrome ,RadEditor is not maximizing or fit to page.

But ,IE it works fine.

<Telerik:RadEditor runat="server" SkinID="FormBuilder"
    Skin="Default"
    EnableEmbeddedScripts="true"
    EnableEmbeddedSkins="true"
    EnableAjaxSkinRendering="true"
    Height="390px"                                             - tried increase and decrease
    Width="99%"                                                  - - tried increase and decrease
	EditModes="Design,Html"
    AutoResizeHeight="false"                               - Tried with true
    EnableResize="false"
    NewLineBr="true"
    RegisterWithScriptManager="true"
    StripFormattingOptions="MSWord"  
    ToolbarMode = "Default"
    ToolsFile="~/RadControls/Editor/ToolsFile.xml"
	DialogHandlerUrl="~/Telerik.Web.UI.DialogHandler.axd"/>


Can anyone please help me out to fix this issue?

No answers yet. Maybe you can help?

Tags
Editor
Asked by
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or