SMART datagrid v.1 > Classes > CellEditor
The font name which will be used in editor.
Defaults to null.
    var columns = [{
        name: "col1",
        fieldName: "Data1",
        editor: {
            fontName: "Tahoma",
            fontSize: "12"
        },
        ....
    }];
    grid.setColumns(columns);