3.2.0

Rows in alternate color

Can't find how can I apply the alternate color scheme on rows as I used in previous version of AW. Can someone illustrate with example?
Navaid
October 12,
Check the demos that came with the toolkit. There are two examples of alternating row colors. You have to 'View Source' and look at the way it's done.
Jim Hunter
October 12,
Found a simpler way to present rows in alternate colors:
#grid1 .aw-alternate-even {background: #fff;}
 #grid1 .aw-alternate-odd {background: #eee;}
Navaid
November 17,
That is how you are supposed to do it. The demo that I pointed you to in my above post shows this. I hope you didn't spend a lot of time poking around to find this answer without looking at the demo files.
Jim Hunter
November 17,

This topic is archived.

See also:


Back to support forum