csv.delimiterString(default: ",")

The delimiter character used to separate values in the CSV output.

Example - set a custom delimiter

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