SMART datagrid v.1 > Classes > EditOptions
If it is true, even if the cell values are not changed in the inserting row, row inserting will be Committed.
Defaults to false.
grid.setOptions({
edit: {
forceInsert: true,
forceAppend: true
}
});
grid.setEditOptions({
forceInsert: true,
forceAppend: true
});
grid.editOptions().setForceInsert(true);