3.2.0

Nesting GRID in a TD

I modified the basic example and put a <table>, <tr>, <td> around the <script> that does the document.write(obj). Should I be able to nest this object?

I did notice that on themain page of ActiveWidgets they are using an IFrame to nest the information in the page. Is there any work-around?
David
April 22,
I am using IFRAME on the ActiveWidgets website just to speed up the main page loading. The grid runtime (50K) is loaded after the main page - so for the page itself you don't wait a lot even on the slow connection.

If you put the grid script block inside the table it should work fine. There is one possible problem - the grid size is defined by default as 100% of the parent, but the table also tries to calculate the size (unless you specify it explicitly) based on the size of the cells content - so size of both is reset to zero.

Try to specify the table width and use "table-layout:fixed" in CSS - this should help.
Alex (ActiveWidgets)
April 22,

This topic is archived.

See also:


Back to support forum