Fire doubleclick event on grid cell

I have a grid where I one of the columns is editable.

I’d like to be able to fire a doubleclick event for the editable cell of the selected row, from either a link or context menu click. Is it possible?

Thanks

Just add the function defined for the doubleclick to th onclick of the button/link.

If you have the default action (opening the editor of the selected cell) you may use editCell() method:
docs.dhtmlx.com/doku.php?id=dhtm … t_editcell