Saving Files
Internet Explorer 9 and Safari do not support the saving of the exported PDF file and require the implementation of a server proxy.
To specify the server proxy URL when you export the Kendo UI for Vue 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.