New to Kendo UI for jQueryStart a free 30-day trial

ColumnWidth

configuration

The default column width in pixels.

Default: 64

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