SMART datagrid v.1 > Classes > DataOutputOptions
String conversion format which is used to export the value of Boolean field.
It is the same as the way to specify in GridStyles.booleanFormat. And, if specify valueCallback or valueCallbacks, this property will be ignored.
Defaults to undefined.
var s = dsMain.exportToCsv({
booleanFormat: 'Pending;Approval',
quoted: true
});
DataLudi.saveTextToFile(s, 'dataludidata.csv');