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