<kendo:grid-column-exportable>
If set to false the column will be excluded from the exported Excel/PDF files.Can be set to a JavaScript object which specifies whether the column should be exported per format.
Example
<kendo:grid-column>
<kendo:grid-column-exportable></kendo:grid-column-exportable>
</kendo:grid-column>
Configuration Attributes
excel boolean
If set to false the column will be excluded from the exported Excel file.
Example
<kendo:grid-column-exportable excel="excel">
</kendo:grid-column-exportable>
pdf boolean
If set to false the column will be excluded from the exported PDF file.
Example
<kendo:grid-column-exportable pdf="pdf">
</kendo:grid-column-exportable>