SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.getGroupLevels  method

Row grouping level. It is the same as the number of field which has been involved in row grouping. 

function getGroupLevels (): Integer;
Returns
Integer
Code -1
    consol.log("Group levels: " + grid.getGroupLevels());
See Also
getGroupLevel
groupBy
Examples
Row Grouping