SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.bodyCell  property

The default Style Set which is used to draw all data cells which are displayed in Body area. 

You can separately specify the style about individual cells by using Style or dynamic style of each column. 

Getter
function bodyCell(): GridStyles
Setter
function setBodyCell(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        body: {
            cell: {
                background: "#10ff0000"
            }
        }
    });
See Also
body
bodyRow
bodyEmpty
GridStyles
Examples
Style Region - Body