Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by pharv on Jan 13, 2009 09:32
open dhtmlx forum
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
Answer posted by Support on Jan 13, 2009 09:40
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. 
Answer posted by pharv on Jan 13, 2009 10:11

Here the definition of a typical container:

<div id='some_id' style='width:95%;height:100%;background-color:white;overflow:hidden'></div>

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

Thanks very much,

Paul

 

Answer posted by Support on Jan 14, 2009 01:35
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