SMART datagrid v.1 > Classes > EditOptions
If it is true, when append rows by pasting, it will fill the values of field which is not contained in clipboard data with Default Value of Data Field.
Defaults to false.
grid.setOptions({
edit: {
editable: true,
fillFieldDefaultsWhenPaste: true
}
});
grid.setEditOptions({
editable: true,
fillFieldDefaultsWhenPaste: true
});
grid.editOptions().setFillFieldDefaultsWhenPaste(true);