Could you tell me if the <features> block available in the Gridpanel?

I need enable the feature Grouping for each column in the grid.

<ext-gridpanel>

<features>
    <ext-Grouping/>
    <ext-RowBody/>
</features>

</gridpanel>
Could you show an example ?

Is there an alternative solution?

Thanks.