4 Answers, 1 is accepted
0
Hi Praveen,
The exporting feature of the control can work with regular postbacks only. The reason is the RadEditor prepares additional information when performing export operation (available on postback). When the action is performed through asynchronous requests, this information can not be passed through the XMLHttpObject - that is why the communication between the browser and the server fails.
Please, ensure that the editor's content is exported with a regular postback.
Best wishes,
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.
The exporting feature of the control can work with regular postbacks only. The reason is the RadEditor prepares additional information when performing export operation (available on postback). When the action is performed through asynchronous requests, this information can not be passed through the XMLHttpObject - that is why the communication between the browser and the server fails.
Please, ensure that the editor's content is exported with a regular postback.
Best wishes,
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
Praveen
Top achievements
Rank 1
answered on 18 Feb 2010, 02:55 AM
using AJAX, How do we really export the content to PDF. Any other way to crack this out.
0
Hi Praveen,
Please, see the following articles and try the suggestions in them:
Exclude controls from ajaxifying,
Export RadGrid content to Excel/Word/CSV/PDF with Ajax enabled
and
Export from ajaxified grid.
Greetings,
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.
Please, see the following articles and try the suggestions in them:
Exclude controls from ajaxifying,
Export RadGrid content to Excel/Word/CSV/PDF with Ajax enabled
and
Export from ajaxified grid.
Greetings,
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
Praveen
Top achievements
Rank 1
answered on 19 Feb 2010, 04:18 AM
Thanks a lot. Excluding the button from AJAX is the trick.
