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

RadEditor not display

1 Answer 60 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Maieutiche
Top achievements
Rank 2
Maieutiche asked on 11 Apr 2013, 10:09 AM
Hy, i have:
Page.aspx--> UC_.ascx --> UC_TelerikEditor.ascx
UC_Editor.ascx:
<asp:MultiView ID="MLVeditor" runat="server" ActiveViewIndex="0">
    <asp:View ID="VIWnone" runat="server">
     
    </asp:View>
    <asp:View ID="VIWtextareaEditor" runat="server">
        <CTRL:TextareaEditor id="CTRLtextarea" runat="server"></CTRL:TextareaEditor>
    </asp:View>
    <asp:View ID="VIWliteEditor" runat="server">
        <CTRL:LiteEditor id="CTRLliteEditor" runat="server"></CTRL:LiteEditor>
    </asp:View>
    <asp:View ID="VIWtelerikEditor" runat="server">
        <CTRL:TelerikEditor id="CTRLtelerikEditor" runat="server"></CTRL:TelerikEditor>
    </asp:View>
</asp:MultiView>

UC_TelerikEditor.ascx:
<telerik:radeditor ID="RDEtelerik" runat="server" Visible="true" Width="800px" Height="200px">
 
</telerik:radeditor>

And result is:
<div id="ctl00_CPHservice_CTRLeditorQ_CTRLtelerikEditor_RDEtelerik" style="height:200px;width:800px;">
	<!-- 2013.1.403.35 -->
</div>

UC_Editor display specific view for desired editor... if i wrote:

<asp:MultiView ID="MLVeditor" runat="server" ActiveViewIndex="0">
    <asp:View ID="VIWnone" runat="server">
     
    </asp:View>
    <asp:View ID="VIWtextareaEditor" runat="server">
        <CTRL:TextareaEditor id="CTRLtextarea" runat="server"></CTRL:TextareaEditor>
    </asp:View>
    <asp:View ID="VIWliteEditor" runat="server">
        <CTRL:LiteEditor id="CTRLliteEditor" runat="server"></CTRL:LiteEditor>
    </asp:View>
    <asp:View ID="VIWtinyEditor" runat="server">
         <CTRL:TinyEditor id="CTRLtinyEditor" runat="server"></CTRL:TinyEditor>
    </asp:View>
    <asp:View ID="VIWtelerikEditor" runat="server">
            <telerik:radeditor ID="Radeditor1" runat="server" Visible="true" Width="800px" Height="450">
    </telerik:radeditor>
    </asp:View>
</asp:MultiView>

i can see editor render... any idea ??

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 Apr 2013, 03:04 PM
Hi,

Can you please see whether the problem which you experience is not the same explained in this sticky note: Incorrect rendering of RadEditor when shown with AJAX in initially hidden parent?

If it is other or if the provided suggestions in the sticky do not solve it, open a support ticket and provide a simple runnable project which demonstrates it along with a screenshot of it.

Best regards,
Rumen
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.
Tags
Editor
Asked by
Maieutiche
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or