DHTMLX Docs & Samples Explorer

setRowspan(rowID,colInd,length)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid_rowspan.js

set rowspan with specified length starting from specified cell

  • rowID - row Id
  • colInd - column index
  • length - length of rowspan
   mygrid.setRowspan("row1",0,2);

See also: setColspan, enableRowspan