SMART datagrid v.1 > Classes > CellEditor

Back  Forward

DataLudi.CellEditor.fontSize  property

The font size which will be used in editor. 

Defaults to NaN.

Getter
function fontSize(): Number
Setter
function setFontSize(value: Number)
Code -1
    var columns = [{
        name: "col1",
        fieldName: "Data1",
        editor: {
            fontName: "Tahoma",
            fontSize: "12"
        },
        ....
    }];
    grid.setColumns(columns);
See Also
fontName
textCase
Examples
Text Cell Editor