3.2.0

Grid.Extended Styles

In the Active Widgets 2.0 Beta 3 release, the lovely grid example contains a number of style entries eg #myGrid .aw-alternate-even {background: #fff;}

The Styles section of the documentation refers to "Alternate background colors" for how this is achieved in version 1.0. Is there an equivalent documentation page for version 2.0?

Thanks

Mike
Mike Anonymous
December 28,
I have done alternating rows with the following code for v2

.aw-grid-row {background: #eeeeee; height: 22px; border-bottom: solid #cccccc 1px;}
.aw-alternate-even {background: whitesmoke;}


The first declares for all rows, and the second overrides the background for even rows.
Tony
December 28,
If you look in the samples that come with beta 3, you will notice that all the grid examples use alternating backgrounds and if you look in the CSS sections you will see how they are done.
Jim Hunter
December 30,

This topic is archived.

See also:


Back to support forum