Can anyone reproduce this? The editing tools are all out of whack when I set inline mode and make the width 100%. I'm using it inside a Layout
<telerik:LayoutRow> <Columns> <telerik:LayoutColumn Span="12" SpanXs="12" SpanSm="12"> <div style="background-color: #EEEEEE; margin-top: 10px;"> <telerik:RadEditor ID="RadEditor1" runat="server" EditType="Inline" Width="100%" Enabled="True"> <Content> <div> <h2 class="titleText">RadEditor for ASP.NET AJAX</h2> <p style="text-align: justify;"> <span style="color: #4f6128; font-size: 19px;"><strong>RadEditor</strong></span><span style="color: #4f6128;"> </span>is not simply an HTML <a href="#HTMLDescription"> <sup>1</sup> </a> Editor. It is what Microsoft chose to use in <strong>MSDN</strong>, <strong>CodePlex</strong>, <strong>TechNet</strong>, <strong>MCMS</strong> and even as an alternative to the default editor in <a href="http://www.telerik.com/products/aspnet-ajax/sharepoint.aspx">SharePoint</a>. </p> </div> </Content></telerik:RadEditor> </div> </telerik:LayoutColumn> </Columns> </telerik:LayoutRow>