DataLayoutModeSettings
Interface
Configures the data layout display mode for the Grid component.
Definition
Package:@progress/kendo-angular-grid
Properties
Specifies the Grid data layout display mode.
stackedCols?
number | string | number | GridColSize[]
Configures the stacked columns layout and widths. The possible options are:
number- Sets the number of columns with default widths.Array<number | string | GridColSize>- The array size determines the number of columns. The values represent the column widths.