SMART datagrid v.1 > Classes > MaskCellEditor
If it is true, it will fill from the end when get the data cell value to editor.
Defaults to false.
grid.setColumns([{
fieldName: "fld0",
editor: {
type: "mask",
mask: 'LLL-000',
fillFromEnd: true
},
...
},
...
];