SMART datagrid v.1 > Classes > MaskCellEditor
If it is true, when copying the editor value to clipboard, it will copy after removing left and right blanks of string.
Defaults to true.
grid.setColumns([{
fieldName: "fld0",
editor: {
type: "mask",
mask: 'LLL-000'
},
...
},
...
];