SMART datagrid v.1 > Classes > EditOptions
If it is true, when type insert key, it will start to append rows after the last row instead of inserting rows.
Defaults to false.
grid.setOptions({
edit: {
appendWhenExitLast: false,
appendWhenInsertKey: false
}
});
grid.setEditOptions({
appendWhenExitLast: false,
appendWhenInsertKey: false
});
grid.editOptions().setAppendWhenInsertKey(false);