There must be an easy way to do this. Right now, if a user is editing a row and presses the down key what they are typing is saved and they are moved to the next row or cell on the following line.
If, on the other hand, they press enter they remain on the current row/cell.
I would like to make the enter key work the same way as the down arrow key.
If the user presses enter, move to the next cell on the next row and enable focus such that the user can keep typing.
This way, the user could go:
1
2
3
and type in 1, then 2, then 3 each on their respective rows.
Any ideas? Thanks