SMART datagrid v.1 > Classes > EditOptions
The format which converts the number to string when copy the value of NUMBER field cell to clipboard.
Please refer to GridStyles.numberFormat about the conversion format.
grid.setOptions({
edit: {
copyNumberFormat: '#,##0.00'
}
});
grid.setEditOptions({
copyNumberFormat: '#,##0.00'
});
grid.editOptions().setCopyDatetimeFormat('#,##0.00');