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
Example
Section titled “Example”grid.attachEvent("onItemDblClick", function(id, e, node){ //... some code here ...});
also check the next samples:
See also
Section titled “See also”Articles
API