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

ResizeMode

The type of the resizable property. See example

The possible values are:

  • constrained - Adjacent columns resize only up to their outer borders.
  • unconstrained - Columns are resized relative to the entire component.
html
<kendo-grid [kendoGridBinding]="gridData" [height]="370" resizable="constrained">
    <kendo-grid-column field="ProductID" title="ID"> </kendo-grid-column>
    ...
</kendo-grid>

type ResizeMode = "unconstrained" | "constrained";

Not finding the help you need?
Contact Support