SMART datagrid v.1 > Classes > DataColumn
The value displayed instead when the value of cell included in column is an empty string or blank.
var columns = [{
name: "col1",
fieldName: "field1",
width: "100",
emptyValue:"empty value"
},
......
}];
var col = grid.focusedIndex().column;
col.setEmptyValue("empty Value");