:: Forum >>

Blank Grid

Hi,
I'm currently experiencing a problem with IE whereby I have a about 30 cols by 40 rows of data to display.
THis all works fine until the draw of the screen where it displays a blank grid even though all the data is lying behind it.
A minimise and maximise of the screen forces a redraw and the grid displays correclty.
I have tested in mozilla and never had this problem.
Have you encountered this problem or would you have any solution.

Thansk for your help
Alex
Tuesday, April 20, 2004
I had once something similar where the complex page layout was made of several nested tables. In that case the workaround was to refresh the grid on page load event (window.onload) i.e. when the browser completed the page layout. In your case the additional refresh might be too heavy, so maybe you can skip document.write and use ...innerHTML = grid.toString() inside window.onload

If you do have several tables on the page - maybe you can try using CSS table-layout: fixed;
Alex (ActiveWidgets)
Tuesday, April 20, 2004
that did the trick.
Thanks Alot
Alex
Wednesday, April 21, 2004
Name of Animals
Tuesday, October 18, 2005

This topic is archived.


Back to support forum

Forum search