New to KendoReact? Start a free 30-day trial
Saving Files
Safari does not support the saving of the exported PDF file and requires the implementation of a server proxy.
To specify the server proxy URL when you export the KendoReact Data Grid to PDF, set the proxyURL
property.
Your project might require you to send the generated PDF file to a remote service. To achieve this behavior, specify the proxyURL
property and set the forceProxy
property to true
. If the proxy returns 204 No Content
, the Save As... dialog will not appear on the client.