SMART datagrid v.1 > Classes > MaskCellEditor
If it is true, when saving editor value, it will save after removing the blanks of ending part of text.
If set unmaskCallback, this property will be ignored.
Defaults to false.
grid.setColumns([{
fieldName: "fld0",
editor: {
type: "mask",
mask: 'LLL-000',
stripBegin: true,
stripEnd: true
},
...
},
...
];