Grid displays and then disappears in IE7...

Hi,



Just added your grid to our app.



It’s working fine in FF and IE6, but in IE7 when we load the page, the grids appear briefly and are then hidden - all that is but the last one on the page. However, as soon as I move my mouse that one gets hidden too!



It’s a Rails app with Prototype, ActiveScaffold etc.



Any suggestions where to look?



Thanks

You need to check how grid container’s size defined. Grid container must have width and height defined through style or css class, if size not set grid may collapse to 0px and become invisible.
Also, if you are using auto-height or auto-width , it possible that based on loaded data grid collapsed to zero sizes.


Here the definition of a typical container:







Adding width:95%;height:100%; to the style attribute has not solved our issue.



Thanks very much,



Paul



 

To be sure that problem is not in container sizes, please try to replace percent based width and height with some fixed values ( just for test purposes )
If issue still occurs - we need any kind of sample or demo link to suggest solution ( you can send such info directly to support@dhtmlx.com )