SMART datagrid v.1 > Classes > CellStyle

Back  Forward

DataLudi.CellStyle.editable  property

It shows if it is possible to display the editor in data cell. 

Getter
function editable(): Boolean
Code -1
    grid.registerCellStyle('style01', {
        "editable": false,
        "background": "#880000",
        "color": "#ffffff"
    });
See Also
readOnly
button
GridBase.registerCellStyle
GridBase.registerCellStyles
GridBase.setCellStyle
GridBase.setCellStyles
GridBase.setCellStyleRows
GridBase.clearCellStyles
Examples
Cell Styles
Readony & Editable