I have a page with a RadEditor and a RadWindow. When I set the editor RenderMode to Mobile or Auto the RadWindow shows up kinda screwy. Attached is what the window looks like. here are my RadEditor and RadWindow declarations:
<telerik:RadWindow ID="rwUploadAttachment" runat="server" NavigateUrl="UploadAttachment.aspx" OnClientClose="rwUploadAttachment_ClientClose" OffsetElementID='<%# lbtnUploadAttachment.ClientID %>' OpenerElementID='<%# lbtnUploadAttachment.ClientID %>' Behaviors="Resize, Close, Move" Modal="True" ReloadOnShow="True" Height="325px" VisibleStatusbar="False" Width="550px" Animation="Fade" /><telerik:RadEditor ID="reBody" runat="server" ToolsFile="~/RadEditorToolsFile.xml" NewLineMode="Br" AutoResizeHeight="true" EditModes="Design" Width="100%" Skin="Metro" RenderMode="Mobile"> <SpellCheckSettings DictionaryPath="/_layouts/SpellCheckDictionaries/" AllowAddCustom="false" /> <Languages> <telerik:SpellCheckerLanguage Code="en-US" Title="English" /> <telerik:SpellCheckerLanguage Code="es-ES" Title="Spanish" /> <telerik:SpellCheckerLanguage Code="fr-FR" Title="French" /> <telerik:SpellCheckerLanguage Code="de-DE" Title="German" /> </Languages> <Content /> <CssFiles> <telerik:EditorCssFile Value="EditContentArea.css" /> </CssFiles></telerik:RadEditor>