3.2.0

Columns don't align

Hi,

I'm working in the context of a complicated html library and I insert the grid in table which is in a div in a div, etc. So may be that's the source of my problem, but in any case I'm getting something like this:

http://klebanov.homeip.net/~per/q.jpg

The html is produced programatically and this is my first try, so mistakes are likely.

Thank you very much in advance!

Dola
Dola
April 29,
Anobody? Please?
Dola
May 1,
I've seen this problem myself. Turned out to be css issues. Make sure your css is not confilcting (different sizes for the same column)
B Hatt
May 1,
It seems that grid is broken if you put it inside <center> tag. You can fix it adding the following CSS rule:

.active-controls-grid {
text-align: left;
}
Alex (ActiveWidgets)
May 2,
Hi,

Adding that code worked - even though I don't have any <center> tags! (I do have align:center in css.)

So now I get this:
http://klebanov.homeip.net/~per/q2.jpg

Now how do I get the columns to be greedy and expand?
(Then I'll ask other formatting questions in a different thread.)

Thank you very much!

Dola
Dola
May 2,
This bug is fixed in 1.0.1 release
Alex (ActiveWidgets)
May 11,

This topic is archived.

See also:


Back to support forum