SMART datagrid v.1 > Classes > MaskCellEditor
Input format string.
Please refer to Edit Mask Overview page about the characters which can be contained in the format.
Defaults to null.
grid.setColumns([{
fieldName: "fld0",
editor: {
type: "mask",
mask: 'LLL-000'
},
...
},
...
];