DHTMLX Docs & Samples Explorer

onCheckbox Event

This event the event is deprecated, use onCheck event instead; occurs after the state was changed. onCheckbox event passes the following parameters:

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