MSG-GOTO-CELL-OUT-NEXT
This event is fired when the user tries to move the cursor outside of the Grid area in one of the following conditions:
•	the cursor is on the bottom-right cell and the user presses
o	TAB (only if the Grid has the 
Use-Tab style)
 o	the right arrow key
o	the down arrow key (only if the Grid has not the 
Paged style)
 o	the Page Down key (only if the Grid has not the 
Paged style)
 •	the cursor is on a cell in the last column and the user presses
o	the right arrow key
•	the cursor is on a cell in the last row and the user presses
o	the down arrow key (only if the Grid has not the 
Paged style)
 o	the Page Down key (only if the Grid has not the 
Paged style)
 The EVENT-DATA-1 and EVENT-DATA-2 data items contain the column and row number (respectively) of the current cell.