SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.groupPanelItemInner  property

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

groupPanel is the parent style set. 

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