Help me please.... click and afterselect event

Hello.
I am making a website using dhtmlx grid.

I want a function where the list API is called when I click the check box and then click the cell.

I first used click event to implement this.
As a result, the API was called well, but when I double-clicked to edit the cell, the click event was called first and did not switch to editing mode.

So, I tried using afterselect event.
However, this is a problem.
If you click the row, click the check box, and click the same row again, the list API is not invoked.
Because I didn’t move the line.

What should we do about this?

Help me

You may use the click event:
https://docs.dhtmlx.com/suite/list/api/list_click_event/