New to Kendo UI for Angular? Start a free 30-day trial
GridLayoutItemComponent
Represents the GridLayout item component. Defines the positioning and spanning of individual items within a GridLayout.
html
<kendo-gridlayout-item [row]="1" [col]="2" [rowSpan]="2" [colSpan]="1">
<div>Grid item content</div>
</kendo-gridlayout-item>
Selector
kendo-gridlayout-item
Inputs
Name | Type | Default | Description |
---|---|---|---|
col |
|
Sets the column of the item in the GridLayout (see example). | |
colSpan |
|
|
Specifies how many columns the item spans (see example). |
row |
|
Sets the row of the item in the GridLayout (see example). | |
rowSpan |
|
|
Specifies how many rows the item spans (see example). |