:: Forum >>

Column 0 Not Highlighting


Just purchased AW and getting to know the grid. Seems like I have row highlighting on mouseover working just fine with:

#myGrid .aw-mouseover-row {background: #cccccc;}
#myGrid .aw-mousedown-row {background: #999999;}

except column 0 refuses to highlight. Ironically enough, it selects just fine with:

#myGrid .aw-rows-selected {background: #316ac5;}

What should I look for?
Paul Tiseo
Monday, March 20, 2006
Two things - AW.Grid.Extended has a bug where only scrolling row part (middle) is highlighted. Another possible reason - if you set CSS background color to the first column it may override the mouseover color (depends of the rules order).
Alex (ActiveWidgets)
Tuesday, March 21, 2006
Actually, it was because I used:
obj.setSelectorVisible(false);

I guess you have it setup so that, by default, the column 0 is fixed? At any rate, using:

obj.setFixedLeft(0);

seems to make it all better. :)

Thanks.
Paul Tiseo
Thursday, March 23, 2006
I seem to be running into the same thing. When I use setFixedLeft(2) I get the left side to select when I have my mouse on the first two columns and the right side to select when the mouse is on the right side of the columns.

Is there a workaround to get the whole row to show when the mouse is on the row?
WeeJavaDude
Wednesday, April 19, 2006

This topic is archived.


Back to support forum

Forum search