<kendo:grid-column-groupable>

If set to false the user will not be able to group the grid by this column (requires Grid groupable property to be enabled). By default all columns are groupable.

Example

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

Configuration Attributes

Configuration JSP Tags

kendo:grid-column-groupable-sort

Sets the sort configuration when grouping.

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

Example

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