How can I disable double-click editing of cells with data

I’m currently editing cells by clicking.

Some disabled cells can be edited after double clicking, which does not meet the needs of customers.

So I want to disable double-click editing.

What shall I do?

Please, try to use the beforeEditStart event to block the editing for the needed cells:
https://docs.dhtmlx.com/suite/grid__api__grid_beforeeditstart_event.html

Thank you very much for your help