Hi All,
I have some strange behaviours with the toolbars in the editor.
See the attached images.
The toolbar in the back (screen1) is only showing when you change the default toolstrip, removed the font button
With or without a stylesheet, it doesn't mather
In screen2 the dropdown arrows are at the wrong place
What can I do to correct it?
Regards,
Marco
I have some strange behaviours with the toolbars in the editor.
See the attached images.
The toolbar in the back (screen1) is only showing when you change the default toolstrip, removed the font button
<telerik:RadEditor ID="edtClosed" runat="server" EditModes="Design" EnableResize="False" Height="100px" Language="nl-NL" Width="500px"> <Tools> <telerik:EditorToolGroup Tag="MainToolbar"> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorSeparator /> <telerik:EditorSplitButton Name="Undo" Width="80px"> </telerik:EditorSplitButton> <telerik:EditorSplitButton Name="Redo" Width="80px"> </telerik:EditorSplitButton> <telerik:EditorSeparator /> <telerik:EditorTool Name="Cut" /> <telerik:EditorTool Name="Copy" /> <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" /> <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup Tag="Formatting"> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator /> <telerik:EditorSplitButton Name="ForeColor" Width="80px"> </telerik:EditorSplitButton> <telerik:EditorSplitButton Name="BackColor" Width="80px"> </telerik:EditorSplitButton> </telerik:EditorToolGroup> </Tools> <Content> </Content> </telerik:RadEditor>With or without a stylesheet, it doesn't mather
In screen2 the dropdown arrows are at the wrong place
What can I do to correct it?
Regards,
Marco