csv.maxColumnsNumber(default: 1000)

The maximum number of columns to include in the CSV export.

Example - limit the number of exported columns

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