<kendo:skeletonContainer-grid-item>

An array with objects representing the settings of the component items.

Example

<kendo:skeletonContainer-grid-items>
    <kendo:skeletonContainer-grid-item></kendo:skeletonContainer-grid-item>
</kendo:skeletonContainer-grid-items>

Configuration Attributes

colSpan float

A value that determines how many columns will the item span.

Example

<kendo:skeletonContainer-grid-item colSpan="colSpan">
</kendo:skeletonContainer-grid-item>

colStart float

A value that determines the start position of the item on the column axis.

Example

<kendo:skeletonContainer-grid-item colStart="colStart">
</kendo:skeletonContainer-grid-item>

rowSpan float

A value that determines how many rows will the item span.

Example

<kendo:skeletonContainer-grid-item rowSpan="rowSpan">
</kendo:skeletonContainer-grid-item>

rowStart float

A value that determines the start position of the item on the row axis.

Example

<kendo:skeletonContainer-grid-item rowStart="rowStart">
</kendo:skeletonContainer-grid-item>

shape java.lang.String

Determines the shape of the item

Example

<kendo:skeletonContainer-grid-item shape="shape">
</kendo:skeletonContainer-grid-item>
In this article
Not finding the help you need?