Solution Mode selectOnEnter tab key

I have a grid based on the Solution Model.
The property ‘selectOnEnter’ is true,so when I enter a field with the mouse the value is selected.
Now I want to have the same effect when I jump from field to field whit the tab key.

Any idea

with a grid you mean you are in a tableview?

It is a ‘JSForm.LOCKED_TABLE_VIEW’

that will not work then, because if you tab you don’t really tab into the field (you are not going into edit mode)
you just walk over the fields, you select the cell in the table, not yet the editor inside that table. (you have to start typing then first)

Bud is it then possible to make it more visible for the User which field is selected whit the tab?

thats defined in the look and feel for the most part.
Maybe you can play a little bit with the bgcolor/onrender and make sure that the selected row has a specific color so that the selected cell is better shown