<kendo:grid-groupable>

If set to true the user could group the grid by dragging the column header cells. By default grouping is disabled.Can be set to a JavaScript object which represents the grouping configuration.

Example

<kendo:grid>
    <kendo:grid-groupable></kendo:grid-groupable>
</kendo:grid>

Configuration Attributes

enabled boolean

When set to false grouping is considered disabled.

Example

<kendo:grid-groupable enabled="enabled">
</kendo:grid-groupable>

showFooter boolean

When enabled the group footer rows will remain visible when the corresponding group is collapsed.

Example

<kendo:grid-groupable showFooter="showFooter">
</kendo:grid-groupable>

Configuration JSP Tags

kendo:grid-groupable-messages

The text messages displayed during grouping.

More documentation is available at kendo:grid-groupable-messages.

Example

<kendo:grid-groupable>
    <kendo:grid-groupable-messages></kendo:grid-groupable-messages>
</kendo:grid-groupable>

kendo:grid-groupable-sort

Sets the sort configuration when grouping.

More documentation is available at kendo:grid-groupable-sort.

Example

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