basinilya
27 Jan 2012, 7:03 AM
Hi. After I added column grouping, the grid header cells shifted:31078
Although the TDs have explicit width, IE doesn't honor them for some reason.
Here's simplified example:
header:
|rowspan=2|rowspan=2| colspan=2 |rowspan=2|rowspan=2| colspan=2 |
| | |---------------| | |-----------------------|
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
data:
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
Anyone knows how to solve this?
I use gxt 2.2.1 . Can't check other browsers, because our app doesn't work at all in them.
Although the TDs have explicit width, IE doesn't honor them for some reason.
Here's simplified example:
header:
|rowspan=2|rowspan=2| colspan=2 |rowspan=2|rowspan=2| colspan=2 |
| | |---------------| | |-----------------------|
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
data:
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
| 100px | 100px | 100px | 100px | 100px | 100px | 100px | 100px |
Anyone knows how to solve this?
I use gxt 2.2.1 . Can't check other browsers, because our app doesn't work at all in them.