excel.forceProxyBoolean(default: false)

If set to true, the content will be forwarded to proxyURL even if the browser supports local file saving.

Example

<div id="propertyGrid"></div>
<script>
$("#propertyGrid").kendoPropertyGrid({
    excel: {
        fileName: "PropertyGrid.xlsx",
        forceProxy: true,
        proxyURL: "/api/export"
    },
    model: {
        foo: "bar",
        baz: 5
    }
});
</script>
In this article
excel.forceProxy
Not finding the help you need?
Contact Support