3.2.0

Column layout corrupts after reload

Hello,

first: thank you for this great widget. I started using it, but still have some troubles.

I use the following code to construct my grid:

http://www.panya.de/snippets/activeWidgetsGrid/widgetCode.html

this produces this nice grid:

http://www.panya.de/snippets/activeWidgetsGrid/grid_normal.jpg

after a reload of the grid, however, it looks like so:

http://www.panya.de/snippets/activeWidgetsGrid/grid_corrupted.jpg

The positioning in the third column is messed up. calling the refresh() method does not change it.

Any idea?

Thanks,

Christian
Christian Boulanger
August 24,
After setting cell borders, I can see that the grid body columns are all the same width, while the column headers are correctly laid out. Seems like the cells lost their css properties. Hm. The grid is loaded into an IFRAME, then copied into the global scope (I am using http://www.netwindows.org content loading), where the CSS properties have been defined. But since it works for the first loading, I wonder what might be the problem.
Christian Boulanger
August 26,
Hm. Seems like no-one had this problem before...

How can I manually set the width of the columns then? So I forget about classes and do this manually to set the correct size each time the widget is created.

Thanks,

Christian Boulanger
August 27,

This topic is archived.

See also:


Back to support forum