This is a migrated thread and some comments may be shown as answers.

[Solved] Radeditor showing a gap between lines

2 Answers 198 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pinkey
Top achievements
Rank 1
Pinkey asked on 08 Jul 2009, 02:23 PM
Hello,
       I am using RadEditor and saving its content in database. but while i retrieve that content it always show a single line space between all lines.
Editor is declared as
<telerik:RadEditor ID="rdEditorAppMethods" runat="server" Height="385px" Width="330px" EditModes="Design " 
EnableResize="False" Skin="Office2007" ToolsFile="~/Editor/ToolsFile.xml" OnClientCommandExecuting="OnClientCommandExecuting1" 
ContentAreaCssFile="EditorContentArea.css">  
<Content></Content>  
</telerik:RadEditor> 

Can someone help me to detect this problem.

Thanks,
Pinkey

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Jul 2009, 06:52 AM
Hi Pinkey,

What do you mean by "it always shows a single line space between all lines"? Is it possible to open a support ticket and send the initial content, the saved content in the DB and a screenshot of the problem along with steps to reproduce? Do you experience this behavior with the Save In Database example of RadEditor for ASP.NET AJAX?

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Pinkey
Top achievements
Rank 1
answered on 14 Jul 2009, 08:54 AM
Hi Rumen,
               I am sorry to bother you all with my issue as it is resolved.
Someone had added replaced the carraige return by <br> tag and hence it was adding one line after each line, every time I save the record.
           Sorry for the inconvinience caused due to me.
Thanks,
        Pinkey
Tags
Editor
Asked by
Pinkey
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Pinkey
Top achievements
Rank 1
Share this question
or