Header width != data column width

My grid works fine in Firefox displaying all 15 columns however, in IE7 my header width appears larger than my data column widths. Though all data columns are shown, my headers are not aligned to their respective dta columns. What’s more, only 12 headers are shown due to their larger size.



I have provided part of my code below foryour review. Also, I have tried setting the width by adding additional code in my php to generate the information - it works but I wanted to use a less hard coded approach.











thanks in advance.

Unfortunately we cannot reproduce this issue locally. Are you using latest dhtmlxGrid version? If no - you can download latest version here dhtmlx.com/docs/products/dhtmlxGrid/index.shtml


I dug a little deeper in your knowledge base after I posted my question and found out it was a css thing that affects IE. I fould a similar post with the same problem as mine and applied the changes suggested (added a th rule). Thanks, all the same.