since version Tokyio (10.2) this event doesn't work like it used to.
The check box doesnt'changecheckmodus and the cell gives acces violations on checking if it is a TTMSFMXCheckGridCell
procedure TBKH9340Form.GRIDCommCellCheckBoxClick(Sender: TObject; ACol,ARow: Integer; Cell: TFmxObject);
begin
How can I use this event in the current version?if assigned(Cell) AND (Cell is TTMSFMXCheckGridCell) AND Assigned(TTMSFMXCheckGridCell(cell).CheckBox) then beginend
//do sometinhg
end