SMART datagrid v.1 > Classes > EditOptions
If it is true, when operate clipboard paste, it will save the value which will be pasted in each data cell set by Mask Editor after adjusting to mask specified in editor.
Since it will check after the conversion like pasteBooleanFormat or conversion callback call like pasteCallback, if check in conversion expression or callback in advance, you do not have to use this property.
Defaults to false.
grid.setOptions({
edit: {
maskWhenPaste: true
}
});
grid.setEditOptions({
maskWhenPaste: true
});