onElementFocusGained

In a Table view from, when I tab to another field onElementFocusGained is not shoot util I push enter o click with the mouse in te field.
I need change the bgcolor of the focus field. It´s works fine in a Record view form but dosen´t work in Table view form

Any idea???

Thanks

Servoy 6.1.3

in a record view the cell is not really activated, it is not going into edit mode, it just visually have some selection on the cell that you can then “enter into” to edit.
So there is no focus transfer at all (the focus is still always on the tableview itself)

I guess what you can look at is the onrender event. There you should have a selected argument