New to Kendo UI for Angular? Start a free 30-day trial
GridLayoutItemComponent
Selector
kendo-gridlayout-item
Inputs
Name | Type | Default | Description |
---|---|---|---|
col |
|
Sets the column of the item in the GridLayout (see example). | |
colSpan |
|
Determines how many columns will the item span. The default size is one column (see example). | |
row |
|
Sets the row of the item in the GridLayout (see example). | |
rowSpan |
|
Determines how many rows will the item span. The default size is one row (see example). |