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

RadEditor toolbar alignment issue

1 Answer 102 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Perfect
Top achievements
Rank 1
Perfect asked on 23 Nov 2010, 02:51 PM

Hi,
  I'm using radeditor((Q2 2008 version). below mention code I written but I didn't get proper alignment for tool bar.
  

<rad:RadEditor ID="rdEditorAgenda"  Editable="true" runat="server" NewLineBr="true" Width="100%"

 

 

Skin="WebBlue"  ToolsFile="~/Template/DynamicContentEditorToolsFile.xml"

 

 

 

 CssFiles="~/CSS/RadEditor.css"  ShowSubmitCancelButtons="false"  >

 

 

 

 </rad:RadEditor>

 

 

 

 

 but if I'm add  ToolbarMode="ShowOnFocus"  this property, that time when default page open,  toolbar is not enabled. when you click on inside the radeditor toolbar display with correct format. 
 

<rad:RadEditor ID="rdEditorAgenda"  Editable="true" runat="server" NewLineBr="true" Width="100%"

 

 

 

 

Skin="WebBlue"  ToolsFile="~/Template/DynamicContentEditorToolsFile.xml"

 

 

 

 CssFiles="~/CSS/RadEditor.css"  ShowSubmitCancelButtons="false" ToolbarMode="ShowOnFocus"   >

 

 

 

</rad:RadEditor>

 

 

 

 

Thanks in Advance
Mr. Perfect.
  

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Nov 2010, 04:20 PM
Hi Jani,

Does the problem exist in IE8 only? If so, can you please set the EnableDocking property to false as well as the following meta tag
<meta http-equiv="X-UA-Compatible" content="IE=7" />

and see whether they fix the issue.

If the problem still persists,  please send us a screenshot of the problem.

Kind regards,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Perfect
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or