Hi all,
Using RadControls for ASP.NET AJAX Q3 2013 with VS 2010.
I can't see Editor Tool Bars in IE 11 but they shows in IE 9. Please refer to attached. But works perfectly in Firefox or Chrome.
Below is my Page and Editor Declarations. Any Help will be appreciated.
Thanks
gc_0620
Page Header:
Rad editor
Using RadControls for ASP.NET AJAX Q3 2013 with VS 2010.
I can't see Editor Tool Bars in IE 11 but they shows in IE 9. Please refer to attached. But works perfectly in Firefox or Chrome.
Below is my Page and Editor Declarations. Any Help will be appreciated.
Thanks
gc_0620
Page Header:
<head id="Head1" runat="server"> <title>Client Note</title> <meta http-equiv="x-ua-compatible" content="IE=edge" /> <link href="styles.css" rel="stylesheet" type="text/css" /> </head>Rad editor
<telerik:RadEditor ID="RadEditorEdit" ToolsFile="EditorTools.xml" ToolTip="Maximum 3000 characters allowed." EditModes="All" runat="server" ToolbarMode="ShowOnFocus" Content='<%# Bind("Notes_Comment") %>'> <ExportSettings OpenInNewWindow="true"> </ExportSettings> <Tools> <telerik:EditorToolGroup Tag="Bottom"> <telerik:EditorTool Name="AbsolutePosition" ShowIcon="true" /> <telerik:EditorTool Name="TrackChangesDialog" Enabled="true" ShowIcon="true" /> </telerik:EditorToolGroup> </Tools> <Modules> <telerik:EditorModule Name="RadEditorDomInspector" Enabled="true" Visible="true" /> <telerik:EditorModule Name="RadEditorStatistics" Enabled="true" Visible="true" /> </Modules></telerik:RadEditor>