DHTMLX Docs & Samples Explorer

onCellMarked Event

This event occurs immediately after cell is selected (works only with Marked Cells extension). onCellMarked event passes the following parameters:

  • rid - id of the selected row;
  • ind - index of the selected cell.
    grid.attachEvent("onCellMarked", function(rid,ind){});