I am trying to implement floating toolbar in the editor. When it loads for the first time it is showing a blank bar at the top for the entire width of the toolbar after it toggles. Further consequent load is working fine but for the first time it is not. Here is my code:
<
telerik:RadEditor ID="htmlRadEditor" Runat="server"
OnClientLoad="OnClientLoad" ToolbarMode="Floating" Height="350px" Width="100%" >
</telerik:RadEditor>
Please help.
