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
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