csv.maxCellLengthNumber(default: 32767)

The maximum number of characters allowed in a single cell. Longer values will be truncated.

Example - set maximum cell length

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