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

RadEditor Height on RadWindow

1 Answer 86 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rodney
Top achievements
Rank 2
Rodney asked on 27 May 2016, 03:07 PM

Hi,

I'm having a problem with a RadEditor that I have on a RadWindow. When I set the height above about 140px, The editable part only fills up the first 140px, but the frame is the size I've defined. See that attached image for a better description than I can give.

Here's the markup:

<telerik:RadEditor ID="redLogText" runat="server" EditModes="Design"
    MaxTextLength="4000" SkinID="DefaultSetOfTools" ContentAreaMode="Div" OnClientInit="CharCountInit"
    Height="255px" Width="70%" Style="background-color: White; display: inline-block;"
    Skin="Default">
    <Tools>
        <telerik:EditorToolGroup>
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorTool Name="Cut" />
            <telerik:EditorTool Name="Copy" />
            <telerik:EditorTool Name="Paste" />
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorSplitButton Name="Undo" />
            <telerik:EditorSplitButton Name="Redo" />
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorTool Name="Bold" />
            <telerik:EditorTool Name="Italic" />
            <telerik:EditorTool Name="Underline" />
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorTool Name="JustifyLeft" />
            <telerik:EditorTool Name="JustifyRight" />
            <telerik:EditorTool Name="JustifyCenter" />
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorDropDown Name="FontName" />
            <telerik:EditorDropDown Name="FontSize" />
            <telerik:EditorSeparator Visible="true" />
            <telerik:EditorTool Name="AjaxSpellCheck" />
        </telerik:EditorToolGroup>
    </Tools>
    <Modules>
        <telerik:EditorModule Name="RadEditorStatistics" Visible="true" Enabled="true"></telerik:EditorModule>
    </Modules>
</telerik:RadEditor>

 

 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 30 May 2016, 07:38 AM

Hello Rodney,

Could you try the approach from this article and see if it resolves your issue: http://docs.telerik.com/devtools/aspnet-ajax/controls/window/troubleshooting/radeditor-does-not-work-in-radwindow? If it doesn't, could you provide your RadWindow declaration, how you open it and any other relevant code, so we can see the problem?

Regards,

Marin Bratanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Rodney
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or