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

[Solved] Export To PDF does nothing using Editor inside Ajaxified Grid

1 Answer 118 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rory
Top achievements
Rank 1
Rory asked on 14 May 2009, 07:01 PM
Hi there,
Ajax seems to kill the ExportToPDF() functionality of the RadEditor. Is this going to be possible in the future?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 16 May 2009, 01:02 PM
Hello,

The ExportToPDF feature works only during page postbacks. When you make an AJAX request, you are not updating the whole page but only a part. The response from the server is different from when making a normal postback and cannot include the PDF file content. You will need to add some client code that makes a normal postback request  (e.g. using a button outside of the ajaxified grid).
Kind regards,
Lini
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.
Tags
Editor
Asked by
Rory
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or