Hi Sir/Mam,
I am facing a weird problem using the Telerik RAD Editor. I am using the control inside a ASPX page . Here is the control code
<telerik:RadEditor ID="uxQuestion" Height="400px" Width="95%" runat="server" OnClientLoad="OnClientLoadofQuestion"
OnClientCommandExecuted="OnClientCommandExecuting" ToolsFile="~/BasicTools.xml" SaveInFile="true" Skin="Outlook" EditModes="Design"> <Content> </Content> </telerik:RadEditor>
I type the content in the Editor, and select any of the font name (say Verdana) or Real font size (22) and click on the underline button.
It underlines the content. When i save this content and try to edit it later, i cannot remove the underline.
Additionally, everything i type in this box is automatically underlined and I am not able to remove the underline.
Please see the image attached.
It works fine when i donot specify the Font name or Real font size at the first time.
Please let me know what is the problem.