I am using Infragistics version 10.3.20103.1013 and Google Chrome version 8.0.552.224.
If I set an UltraWebGrid's StationaryMargins property to HeaderandFooter, the header does not appear in Chrome (IE 7 and 8, Firefox and Safari display fine) and the footer appears unless the page refreshes. The area where the header would be is blank (i.e., the space for the header is there, just nothing displays in it).
This began occurring in the latest Chrome release. The header displayed fine in girds configured the same way in the previous version of Chrome.
Just updated to the latest Infragistics service release (10.3.20103.2046) and the problem remains.
Hello,
I followed the steps you suggested and was unable to reproduce the behavior you're describing. I created a website with an UltraWebGrid and set Stationary Margins to Header and Footer. I then ran the website in Google Chrome (8.0.552.224) and the header and footer both appeared on the initial load.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
If the project does not work correctly, this indicates either a problem possibly specific to your environment.
If the project does show the product feature working correctly, this indicates a possible problem in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Please let me know if I can provide any further assistance.
Thanks,
Valerie
Thank you, Valerie. After reviewing your grid's settings and troubleshooting mine one-by-one where different, I discovered that a BorderCollapseDefault setting of Collapse was causing my header not to show up. Seeting it to Not Set or Separate solved my problem. Thanks for the help.