DHTMLX Docs & Samples Explorer

onCellUnMarked Event

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

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