Skip to content

onItemDblClick

fires when a component item was double-clicked

function onItemDblClick(
// the cell object
id: object,
// a native event object
e?: Event,
// the target HTML element
node?: HTMLElement
): void
grid.attachEvent("onItemDblClick", function(id, e, node){
//... some code here ...
});

also check the next samples:

Articles

API