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"
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.
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.
3 Answers, 1 is accepted
0
Hi,
All you need to do is to disable the OptimizeSpans content filter. You can do that by setting in the codebehind
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.OptimizeSpans);
You can find more information about the built-in content filters in this help article: Content Filters.
Best regards,
Rumen
the Telerik team
All you need to do is to disable the OptimizeSpans content filter. You can do that by setting in the codebehind
RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.OptimizeSpans);
You can find more information about the built-in content filters in this help article: Content Filters.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Zakaria
Top achievements
Rank 1
answered on 09 Mar 2012, 07:30 PM
Hi,
I have the same problems but i can not resolve it,please somebody help me thnks
I have the same problems but i can not resolve it,please somebody help me thnks
0
Hi,
Can you please explain in more detail how to reproduce the problem? We need reliable reproduction steps and sample content. Are you able to reproduce it in the Built-in Content Filters demo and under which browser?
Best regards,
Rumen
the Telerik team
Can you please explain in more detail how to reproduce the problem? We need reliable reproduction steps and sample content. Are you able to reproduce it in the Built-in Content Filters demo and under which browser?
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.