Having just upgraded from the trial version to the purchased version of RadControls for ASP.NET as well as the latest version of RadControls "Prometheus", the editor toolbar in IE displays, but without any of the toolbar items on it. It works correctly in Firefox and Safari. Haven't changed any declarative code or code-behind since long before the upgrade to the purchased version.
Here is the code that I am using in the ASPX file:
<telerik:RadEditor ID="editorWebmailSignature" EnableEmbeddedSkins="false"
Width="888" Skin="spa" AllowScripts="false" AutoResizeHeight="false"
EditModes="Design" runat="server">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="bold" />
<telerik:EditorTool Name="italic" />
<telerik:EditorTool Name="underline" />
<telerik:EditorTool Name="strikethrough" />
<telerik:EditorTool Name="justifyleft" />
<telerik:EditorTool Name="justifycenter" />
<telerik:EditorTool Name="justifyright" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="PasteStrip" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
Thanks in advance,
Eric
Here is the code that I am using in the ASPX file:
<telerik:RadEditor ID="editorWebmailSignature" EnableEmbeddedSkins="false"
Width="888" Skin="spa" AllowScripts="false" AutoResizeHeight="false"
EditModes="Design" runat="server">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="RealFontSize" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="bold" />
<telerik:EditorTool Name="italic" />
<telerik:EditorTool Name="underline" />
<telerik:EditorTool Name="strikethrough" />
<telerik:EditorTool Name="justifyleft" />
<telerik:EditorTool Name="justifycenter" />
<telerik:EditorTool Name="justifyright" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="PasteStrip" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
Thanks in advance,
Eric
