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

[Solved] RAD Editor rendering. Need to switch to HTML first

1 Answer 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
wonderbison
Top achievements
Rank 1
wonderbison asked on 24 Aug 2009, 10:49 AM
Hi

I have a website that I am trialling the RadEditor. The setup is a master page and content page but the content page also inherits from a base page.

The Source for the content page is

<%-- Bottom content area - main content --%> 
<asp:Content ID="Content5" ContentPlaceHolderID="bottomContentArea" runat="server">  
    <telerik:RadScriptManager ID="ScriptManager1" runat="server"   
        EnableTheming="True">  
    </telerik:RadScriptManager> 
    <div id="contentBottom">  
        <div id="masterContent" class="col3">  
            <div class="content">  
                <h2>Content Page</h2> 
                <table> 
                    <tr> 
                        <td> 
                            <telerik:RadEditor ID="RadEditor1" Runat="server" Skin="Office2007"   
                                AutoResizeHeight="True">  
                                <Content> 
                                <h1>Publication content</h1>Enter your publication information here.....</Content> 
                            </telerik:RadEditor> 
                        </td> 
                    </tr> 
                    <tr> 
                        <td>&nbsp;</td> 
                    </tr> 
                    <tr> 
                        <td> 
                            <asp:Button ID="btnSave" runat="server" Text="Save" onclick="btnSave_Click" /></td>  
                    </tr> 
                </table> 
                <p>&nbsp;</p> 
            </div> 
            <div class="footer"><img src="Resources/Master/images/layout/bkg-content-base-right.gif"/></div> 
        </div> 
    </div> 
</asp:Content> 


There is no code in the content page.

For the content to display I need to switch to HTML view and then back to design view. Do you know why this might be?

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Aug 2009, 02:55 PM
Hi Robin,

Unfortunately, I am not aware of such a problem.

My suggestions are to set:
1) AutoResizeHeight = false
2) Try with the Default Skin
3) if the above does not help try to upgrade to Q2 2009 and see whether the problem is resolved

If you still experience the problem, please open a support ticket and send a sample working project that demonstrates the issue. I will examine it and after reproducing the problem I will provide a solution.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
wonderbison
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or