New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

col

number

Sets the column of the item in the GridLayout (see example).

colSpan

number

1

Specifies how many columns the item spans (see example).

row

number

Sets the row of the item in the GridLayout (see example).

rowSpan

number

1

Specifies how many rows the item spans (see example).

In this article
SelectorInputs
Not finding the help you need?
Contact Support