Grid onitemdblclick event

I tried to implement onitemdblclick in a grid as it is defined in documentation docs.dhtmlx.com/touch/doku.php?i … odule_grid, but it doesn’t worked, i serarched in touchui.js, but there is no reference to that event, is onitemdblclick event defined in a diferent js file?

Sorry for the misleading information in the documentation. Grid doesn’t have onItemDblClick event.

To be correct - when used with mouse you can trigger exec dbl-click event and it will be correctly catched, but on real touch device there is no way to simulate double-click and event in question will never fire.