I would like to know which event to use in order to catch the change of selected cell. I have tried to look at the “change” event which does fire, but from what I can tell, this event object doesn’t provide any information about the current (newly selected) cell.
If I click a cell with the mouse it is easy, but when I navigate around in the grid with the arrow keys, there is no click event to look at.