TTMSFMXLiveGrid OnCellCheckboxClick

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
if assigned(Cell) AND (Cell is TTMSFMXCheckGridCell) AND   Assigned(TTMSFMXCheckGridCell(cell).CheckBox) then begin
//do sometinhg
end
end
How can I use this event in the current version?

Hi, 


We have tested this here on 10.2 Tokyo and are not able to reproduce this issue here. Please provide more information in which circumstances the issue occurs, or the check doesn't work. Please provide a sample if the issue is reproducible on your side.