GridLayoutItemComponent
Component
Represents the GridLayout item component. Defines the positioning and spanning of individual items within a GridLayout.
Definition
Package:@progress/kendo-angular-layout
Selector:kendo-gridlayout-item
Syntax:
html
<kendo-gridlayout-item [row]="1" [col]="2" [rowSpan]="2" [colSpan]="1">
<div>Grid item content</div>
</kendo-gridlayout-item>
Inputs
col
number
Sets the column of the item in the GridLayout (see example).
colSpan
number
Specifies how many columns the item spans (see example).
Default:
1
row
number
Sets the row of the item in the GridLayout (see example).
rowSpan
number
Specifies how many rows the item spans (see example).
Default:
1