3.2.0

ColumnWidth in %

Hi,

Thank you for the new release..
It already was great and still is getting better.

Is it possible to set the width of 1 ore more columns relative to the width of the grid?
OB452
January 18,
I'd love to see column auto-width too. Has anyone done this yet?
Paul
January 18,
maybe something like this:

.active-column-x {width: expression((TotalGridWidth)/100*50);} ???
OB452
January 18,
I would not recommend using IE expressions - first of all it works in IE only, and may be quite slow - each expression recalculates on ANY event.

I found that headers become misaligned if you simply use % width, I'll check if I can fix this.
Alex (ActiveWidgets)
January 19,
This is a feature I would really like as well, but I truely understand how very difficult it is to do this with inline divs.
Nicholas
January 28,

This topic is archived.

See also:


Back to support forum