DHTMLX Docs & Samples Explorer

onCheck Event

This event occurs after the state of a checkbox was changed. onCheck event passes the following parameters:

  • rId - id or the row;
  • cInd - index of the cell;
  • state- state of the checkbox/radiobutton.
        grid.attachEvent("onCheck", function(rId,cInd,state){});