DHTMLX Docs & Samples Explorer

onRowDblClicked Event

Required library edition: This method requires Professional Edition of the DHTMLX library

This event occurs right after a row was double clicked, before a cell editor is opened by a dbl click. If retuns false, the event is canceled. onRowDblClicked event passes the following parameters:

  • rId - id or the row;
  • cInd - index of the column.
          grid.attachEvent("onRowDblClicked", function(rId,cInd){});