Hi,
Webdaatgrid version 12.1
We have an issue where the multi-column footer does not work in ie7 or ie8 in compatability mode the content of colspan gets ignored by ie becuase the footer has the width of the column set. We have a footer row spanning the whole gird (the footer itself looks ok, just the content gets restricted to the width set on the column, which in our case is an image button that gets cur off.
Even the infragistics samples page exibit this behaviuor:
http://ko.infragistics.com/products/aspnet/sample/data-grid/multi-column-footers
If you view it in ie 7 or ie 8 with compatability mode it does not render correctly. Can you pelase advise as to a workaround or when this will be fixed.
Hello deta,Please let me know if you have any further questions regarding this issue.
Hello Damian,I have tested the sample even with adding the white-space: nowrap; property to the class. It seems to be a browser issue with handling the css not issue with our controls. If you inspect the TH element it is with the expected size. If you inspect the classes applied to the element they are the same one as the one applied to the element in newer version of IE and Chrome/FF 14. If you see the properties none of them is overridden. The earlier versions have different support of css settings http://www.quirksmode.org/css/whitespace.html I see that other people are experiencing the same issue with ordinary html table and they have found workarounds which does not seem applicable in our control due to its desing. http://gramotei.wordpress.com/2008/01/15/internet-explorer-ie-ignores-white-space-nowrap-on-tables-td/