Center grid on selected cell

Is there a way to center the grid or move the grid into view on the selected cell as I’m navigating using the tab key ?

Thank you.

You can catch “onTab” event and use showRow() method to scroll grid dow to make necessary row visible.