How to make an eXcell_ch editable in DoubleClick only?

(Translated by Google)

Hello

In the columns of a GRID, of type “ed”, “coro”, and “dhxCalendar” to edit them, it is necessary to DOUBLE CLICK on the cell.
But in a column of type “ch” the change is produced only with ONE CLICK.

I would need to be able to change that operation, and that it is also by a double click that the cell produces the edition.

How can you change that?
(I’m using version 5.0 of the library)

Thank you.

You may block the default edit operation for your checkbox column with the onEditCell event:
https://docs.dhtmlx.com/api__dhtmlxgrid_oneditcell_event.html
and then change a value from the onRowDblClick event;
https://docs.dhtmlx.com/api__dhtmlxgrid_onrowdblclicked_event.html
Something like:
http://snippet.dhtmlx.com/5/ad48424fd