Need to group each two rows & merge the cells in second row

Good afternoon,

I have used the dhtmlGrid successfully before and would love to implement it with a new client of mine.

What I essentially want are five columns, with the first one containing and image that will span two rows. The next four columns contain data which I want to be sortable, but then I need the next row of those four columns to be one longer cell which I can write in some HTML.

An example of their old grid can be seen here - wen.nationalbizbuysell.com/Franc … isplay.asp

Any help would be greatly appreciated.

You can use row(col)span to merge your cells. Here you can find a tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … ging_cells

You may use “img” exCell type to add image to the cell:
docs.dhtmlx.com/doku.php?id=dhtm … xcells#img

Also you may place any html element in the value of your cell:
<![CDATA[]]>