SMART datagrid v.1 > Classes > EditOptions
If it is true, when type enter key, it will move to the next row.
Defaults to false.
grid.setOptions({
edit: {
enterToNextRow: true,
appendWhenExitLast: true
}
});
grid.setEditOptions({
enterToNextRow: true,
appendWhenExitLast: true
});
grid.editOptions().setEnterToNextRow(true);