<kendo:grid-allowCopy>

If set to true and selection of the Grid is enabled, the user could copy the selection into the clipboard and paste it into Excel or other similar programs that understand TSV/CSV formats. By default allowCopy is disabled and the default format is TSV. Can be set to a JavaScript object which represents the allowCopy configuration.

Example

<kendo:grid>
    <kendo:grid-allowCopy></kendo:grid-allowCopy>
</kendo:grid>

Configuration Attributes

delimeter java.lang.Object

Changes the delimeter between the items on the same row. Use this option if you want to change the default TSV format to CSV - set the delimeter to comma ','.

Example

<kendo:grid-allowCopy delimeter="delimeter">
</kendo:grid-allowCopy>
In this article
Not finding the help you need?