<kendo:listView-grid>

Grid layout settings.

Example

<kendo:listView>
    <kendo:listView-grid></kendo:listView-grid>
</kendo:listView>

Configuration Attributes

cols java.lang.Object

Defines the columns of the grid.

Example

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

gutter java.lang.Object

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

Example

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

rows java.lang.Object

Defines the rows of the grid.

Example

<kendo:listView-grid rows="rows">
</kendo:listView-grid>
In this article
Not finding the help you need?