Hi there,
How to know whether a cell in combined or not in Grid ?
yourGrid.cells(rId,cInd).cell.colSpan, where yourGrid.cells(rId,cInd).cell is TD object related to grid cell with rId row ID and cInd ccolumn index. If the result is greater than 1 - cell is colspaned.