TMSFMXLiveGrid and read only columns focus issue


  Hi Bruno,

   Sorry take too long to come back to this.

   But, I tried the event OnSelectCell() and it didn't work like I need,

   I am using the grid with the ekhNextColumnAndRowAppend, but it stops at the cell when the  OnSelectCell()  has the param allow = false,  the celll get focused but without the editor on it.

   We are trying to figured out the best way to achieve this working, we are new to FMX also.

    This two last collumns are calculated using the previous collumn data so this two collumns are ready only.  

We want to speed up the user typing. So the idea is at the last editable collumn, after the user type a valid data and the enter key pressed ( or TAB ),  the current row is saved on the dataset, and a new record is created on the dataset, so the cursor should be at the first collumn of this new row in the grid, but the new row doesnt get focused.


Could you help me ? 
Is it better to create a small sample and send to the support to show what I need ?

Thanks in advance,