New to Kendo UI for AngularStart a free 30-day trial

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

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