SMART datagrid v.1 > Classes > DataSet
The format string which is used when converting the string value of nonempty string to Boolean format in the field of which dataType is ValueType.BOOLEAN.
If booleanFormat of field is not specified, it will use this property value. Please refer to DataField.booleanFormat help about the conversion format.
Defaults to null.
dataset.setBooleanFormat("Withdrawal;Deposit");
dataset.setProperties({
booleanFormat: "Withdrawal;Deposit",
datetimeFormat: "yyyy.MM.dd"
});