Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 17, 2008 06:58
open dhtmlx forum
SPlitAt with Colspan

Hi,
I have created a grid wherein some of the cells are having 'ColSpan' as the length of the grid, but the column headers are of fixed size. At this stage even if i enable 'SplitAt' functionality at column '1' the functionality is not getting performed. Structure of the table is mentioned below. 'A', 'B', 'C' and 'D' are the headers. "Cell 1" is the first row of the table with "colspan=4".

| A | B | C | D |
| Cell 1 |
| 1 | 2 | 3 | 4 |
| Cell 2 |
| 2 | 3 | 4 | 5 |


Is it possible to apply 'SplitAt' to this Grid? If yes, how to acheive the functionality?
Answer posted by Support on Apr 17, 2008 08:35
It not possible to have colspan which uses cells in both parts of grid.
In case of split mode colspan can exists only in one part of grid.