Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Sep 22, 2008 05:58
open dhtmlx forum
DHX Grid : How to know whether a cell in combined or not ?

Hi there,
How to know whether a cell in combined or not in Grid ?
Answer posted on Sep 23, 2008 00:50
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.