:: Forum >>

Problems with grid showing when other style sheets present.

If I get rid of the ActiveWidgets css the grid show (albeit with no formatting).
If I add it in I see the border with now data.
If I change .active-controls-grid {height: 100%; font: menu;}
to
.active-controls-grid {height: 100px; font: menu;}

the grid displays.

Somewhere there is a conflict with base css.
I can post a link if needed.
Jon Griffin
Wednesday, February 25, 2004
This may happen if you put the grid inside a table cell without specifying the cell width/height. The default width and height for the grid is set to 100%, i.e. it is necessary to explicitly set either the width and height of the grid or it's parent element.

If you believe it's something else please post a link so I can try to find the problem.
Alex (ActiveWidgets)
Wednesday, February 25, 2004
workaround:

http://www.activewidgets.com/javascript.forum.4904.2/grid-in-table-solution.html
InonI
Friday, May 6, 2005
<TABLE width="100%">
Monday, February 6, 2006

This topic is archived.


Back to support forum

Forum search