Hello!

I'm trying to make Enter work the same as Tab in a DataGrid - commit 
changes to the edited cell and move focus to the next one to the 
right, then next row, etc.

I've tried to use something like:

focusManager.getNextFocusManagerComponent(true).setFocus();

or

focusManager.moveFocus(FocusRequestDirection.FORWARD);

but I cannot seem to make it work in a DataGrid...

Any help would be much appreciated!

Thank you!

Sergey 

Reply via email to