I am using fixed columns on a hierarchical web grid. The header columns are not aligned with the columns of the data rows. It appears to me that each header column is just a couple of pixels smaller that the corresponding column below it. Here is a screenshot as an example:
I am using 8.3.20083.2039. Is there a workaround or a hotfix or a service release that will correct this issue? Or could it be that I am simply doing something wrong? I have the UseFixedHeaders set to True and I have all of the columns on the left side of the grid as fixed columns, even if they are hidden. The columns are being added programmatically.
This issue was posted previously by someone else and it has not yet been answered. I am looking for an answer ASAP as this is affecting my development schedule.
The original post I am referring to is here:http://news.infragistics.com/forums/p/27161/155539.aspx#155539
Nevermind. I discovered completely by accident that the issue has to do with the border styles on the header columns. The border on the headers was set to NONE while there are borders set on the data rows. So, I simply set borders on the headers to solid and set the color to be the same as the background color. This has fixed the misalignment issue.