DHTMLX Docs & Samples Explorer

onRightClick Event

This event occurs immediately after the right mouse button was clicked on a grid row. onRightClick event passes the following parameters:

  • id - id of the clicked row;
  • ind - index of the cell column;
  • obj - event object.
        grid.attachEvent("onRightClick", function(id,ind,obj){});