DHTMLX Docs & Samples Explorer

onResize Event

This event occurs on each resize iteration. onResize event passes the following parameters:

  • cInd - index of the cell;
  • cWidth - width of the cell;
  • obj - grid object.
        grid.attachEvent("onResize", function(cInd,cWidth,obj){});