Starting from dhtmlxgrid 1.5 , pro version of grid supports next API
grid.enableRowspan(); //enable rowspans in grid
//after data loading
grid.setRowspan(rowID, columnId, length) //set rowspan
Also , you can define rowspans directly in XML by using rowspan attribute of cell tag
…
…