SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.groupPanel  property

The default Style Set of group panel in which displays row grouping state, etc. 

It will become the parent style set of groupPanelHead, groupPanelItem, etc. 

Getter
function groupPanel(): GridStyles
Setter
function setGroupPanel(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        groupPanel: {
            bakcground: "#eee",
        }
    });
See Also
groupPanelHead
groupPanelItem
Examples
Row Grouping