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

Need RTF content on server

3 Answers 77 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 25 May 2010, 02:06 PM
I need to obtain the contents of the RadEditor in RTF on the server for use with Active Reports to generate a PDF.  When I try using the new ExportToRtf method on the RadEditor it simply sends the output back to the client browser.  I would prefer to capture the RTF content generated on the server.  Is there a way to accomplish this?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 May 2010, 02:34 PM
Hi John,

In the previous Q1 SP1 2010 build (version 2010.1.415) we exposed an OnExportContent event for exporting RTF content from RadEditor so that it can be saved to Database/External RTF file.

Kind 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
John
Top achievements
Rank 1
answered on 25 May 2010, 03:19 PM
Hi Rumen,

The OnExportContent event works great for capturing the RTF content.  After capturing the content I need to prevent sending the RTF content back to the client browser.  Do you know of a way to do this?

Thanks
John
0
Rumen
Telerik team
answered on 25 May 2010, 03:43 PM
Hello John Landreth,

There is a OpenInNewWindow attribute which value should be set to false in the ExportSettings inner tag, e.g.

<telerik:RadEditor ID="RadEditor1" runat="server" >
    <ExportSettings OpenInNewWindow="false" ></ExportSettings>
</telerik:RadEditor>

All the best,
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.
Tags
Editor
Asked by
John
Top achievements
Rank 1
Answers by
Rumen
Telerik team
John
Top achievements
Rank 1
Share this question
or