columnWidthNumber(default: 64)

The default column width in pixels.

Example - setting the default columns' width

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    columnWidth: 150,
  });
</script>
In this article
columnWidth
Not finding the help you need?
Contact Support