SMART datagrid v.1 > Classes > CalculatedColumn
The string which will be displayed instead when valueType is NUMBER and the calculated value is NaN.
Defaults to null.
grid.setColumns([{
name: "colAmount",
type: "calced",
valueExpression: "unit_price * quantity",
nanText: "-"
},
...
]);