SMART datagrid v.1 > Classes > RowGroupPanel
RowGroupPanel constructor.
It is used as GridBase.groupPanel property. Since it is created internally when initializing grid, you do not need to directly create this class object.
grid.setOptions({
groupPanel: {
minHeight: 23
}
});