GridLayoutComponent
Represents the Kendo UI GridLayout component for Angular.
Selector
kendo-gridlayout
Export Name
Accessible in templates as #kendoGridLayoutInstance="kendoGridLayout"
Inputs
Name | Type | Default | Description |
---|---|---|---|
align |
|
Specifies the horizontal and vertical alignment of the inner GridLayout elements (see example). | |
cols |
|
Specifies the number of columns and their widths (More details). Accepts an array, which serves two purposes: The number of elements in the array defines the number of columns. Each array element defines the size of the corresponding column. The possible array values are:
| |
gap |
|
Specifies the gaps between the elements. The default value is | |
rows |
|
Specifies the number of rows and their height (More details). Accepts an array, which serves two purposes: The number of elements in the array defines the number of rows. Each array element defines the size of the corresponding row. The possible array values are:
|