Enter key handling in TTMSFMXGrid

Steps to reproduce:

Start a new multi-device application.

Drop a TTMSFXGrid on the form.

Set  the column count to 2.

Set Options Keyboard EnterKeyHandling to NextRow or NextRowInColumn.

Run the program and enter some data into the grid in column 1, pressing the enter key to move to the next row. When you reach the last row and press enter, the focus moves to cell (1,2) - the second editable cell in column 1.

I would expect the focus to move to cell (1,1) - the first editable cell in column 1. Is this the intended behavior or a bug?

Hi, 


We have investigated this here and have applied a fix for this issue. Next version will address this.