SMART datagrid v.1 > Classes > EditOptions
If it is true, when edit in the last row and move out of the last cell by tab or enter key, it will start to append new rows.
Defaults to false.
grid.setOptions({
edit: {
appendWhenExitLast: false,
appendWhenInsertKey: false
}
});
grid.setEditOptions({
appendWhenExitLast: false,
appendWhenInsertKey: false
});
grid.editOptions().setAppendWhenExitLast(false);