SMART datagrid v.1 > Classes > MaskCellEditor
If it is true, when saving editing value, it will contain Delimiters.
Defaults to true.
grid.setColumns([{
fieldName: "fld0",
editor: {
type: "mask",
mask: 'LLL-000',
includeSeparators: true
},
...
},
...
];