SMART datagrid v.1 > Classes > RowGroupPanel

Back  Forward

DataLudi.RowGroupPanel.RowGroupPanel  constructor

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. 

function RowGroupPanel (grid: GridBase);
Returns
Void
Parameters
grid - GridBase. required.
Code -1
    grid.setOptions({
        groupPanel: {
            minHeight: 23
        }
    });
See Also
GridBase.groupPanel
Examples
Row Grouping