SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.groupPanelHeadInner  property

Style Set which is used to draw the inner border of head cell which is displayed on the left side of group panel in which displays row group state, etc. 

groupPanel is the parent style set. 

Getter
function groupPanelHeadInner(): GridStyles
Setter
function setGroupPanelHeadInner(value: Object|GridStyles)
Code -1
    grid.loadStyles({
        groupPanel: {
            headInner: {
                borderRight: "#eee"
            }
        }
    });
See Also
groupPanel
groupPanelHead
groupPanelItem
Examples
Row Grouping