3.2.0

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
March 20,
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)
March 21,
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
March 23,
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
April 19,

This topic is archived.

See also:


Back to support forum