Select row with option enableMarkedCells

Hello,
how select row of Grid with option enableMarkedCells,
or how catch cell click event without enableMarkedCells?

how select row of Grid with option enableMarkedCells,
Unfortunately the cell markers are designed so that you can only mark the cells.

or how catch cell click event without enableMarkedCells?
You may try to use the onRowSelect event:
docs.dhtmlx.com/api__dhtmlxgrid … event.html
it has the row_id and the col_ind in parameters.