We are loading a few grids on the same page. Some of the gr


We are loading a few
grids on the same page. Some of the grids are inside of hidden div’s. The grids
outside the hidden div’s load great.


The grids inside the
hidden div’s don’t pull the styles in correctly when the hidden div is
displayed, the rows and column headers get un-porportioned.


We are using the style=“display:none;” & style=“display:block;” to show and hide the div.


Do you have any
suggestions or have you heard of this problem before?<o:p></o:p>


If
grid was initialized in hidden area, just call


                grid.setSizes()

after switching grid container to visible state.