csv.fileNameString(default: "Export.csv")

Specifies the file name of the exported CSV file.

Example - set the default CSV file name

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
    toolbar: ["csv"],
    csv: {
        fileName: "Products.csv"
    },
    dataSource: {
        transport: {
            read: {
                url: "https://demos.telerik.com/service/v2/core/products"
            }
        },
        pageSize: 10
    },
    pageable: true
});
</script>
In this article
csv.fileName
Not finding the help you need?
Contact Support