3.2.0

Column width in multiple grids


Hi,

How can I define different column width for the same column position in different grids in the same html? I'm using version 1.0.

The point is: I have 2 grids in my page, and the information in one is different from the other; the information, for example, in column 1 is a numeric id in the first grid, and a name or description in column 1 in the other one.

can anybody help me please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
JM
December 17,
Set an id for each of the grid objects then set your CSS styles to use both the CSS #id name for each of the grids as well as the CSS .class name for the column.

The AW v1.0 CSS .class notes are here -
http://www.activewidgets.com/active.howto.style.columns/column-width.html
Just modify that to be -
#grid1 .class ...
#grid2 .class ...

as per the W3C CSS rules here http://www.w3.org/TR/CSS21/selector.html
Anthony
December 20,

This topic is archived.

See also:


Back to support forum