Implementing Server ProxiesPremium
Updated on Mar 4, 2026
Some browsers (typically older browsers) may not support the saving of the exported PDF file and require 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.