SMART datagrid v.1 > Classes > EditOptions
If it is true, when move out of the last cell by enter key or tab key, it will move to the first cell of next row.
Defaults to false.
grid.setOptions({
edit: {
crossWhenExitFirst: true,
crossWhenExitLast: true
}
});
grid.setEditOptions({
crossWhenExitFirst: true,
crossWhenExitLast: true
});
grid.editOptions().setCrossWhenExitLast('#,##0.00');