<kendo:form-grid>

Grid layout settings.

Example

<kendo:form>
    <kendo:form-grid></kendo:form-grid>
</kendo:form>

Configuration Attributes

cols java.lang.Object

Defines the columns of the grid.

Example

<kendo:form-grid cols="cols">
</kendo:form-grid>

gutter java.lang.Object

Defines the width of the gutters between the columns / rows. Further configuration is available via kendo:form-grid-gutter.

Example

<kendo:form-grid gutter="gutter">
</kendo:form-grid>

Configuration JSP Tags

kendo:form-grid-gutter

Defines the width of the gutters between the columns / rows.

More documentation is available at kendo:form-grid-gutter.

Example

<kendo:form-grid>
    <kendo:form-grid-gutter></kendo:form-grid-gutter>
</kendo:form-grid>
In this article
Not finding the help you need?