CheckBox Text with FMXgrid

Hi


I have a TMSFMXGrid with a check box column.

The behavior that I want is this:

1) Performing a click in the checkbox cell
2) If current cell's text is blank, go to a modal form and select and option and check the cell.
3) If the cell's text is not blank, then clear the text and uncheck the cell.

The problem is that if a perform the click, i get the text editor of the cell

Hi, 


You can set each cell readonly with the OnGetCellReadOnly event. This way you can click the cell without it being edited.

Kind Regards,
Pieter