getting ROW by clicking CheckBox

Hello

One of my columns got the type “acheck”. How do i get the actual row?
I tried

var row = Grid.getSelectedRowId();

but like this i need to select the cell before. Is there a way to get it when i click the checkbox?

Thank you in advance.

Best regards
Oli

You may try to use onCheckBox event:
docs.dhtmlx.com/doku.php?id=dhtm … oncheckbox

Thank you