3.2.0

Grid row CSS not propagated to Combo cell templates?

Hi,
I have a Grid that uses a light orange alternating row background color, and a light green row mouseover color:

.aw-grid-control .aw-alternate-odd {background: #7DC6E8;}
.aw-mouseover-row {background: #B9FFB9;}

One of the columns in the grid uses the AW.Templates.Combo template. However, this column always appears in plain white -- neither the alternating background color nor the mouseover color gets applied to the dropdown.

Basically, I want the dropdowns to behave as follows:
-The unexpanded dropdowns (when the mouse isn't hovering over them) should have the same background color as the row they're in (either white or light orange).
-When the mouse is hovering over a row containing a dropdown, the dropdown should take on the row's mouseover color (light green), whether the mouse is over the dropdown itself or not.
-When a dropdown is expanded to show its list items, the items should all have the row's mouseover color (light green); however, when the mouse is passed over an individual list item, that item should be highlighted in the usual dark blue.

Is there a way to do this?
Jared
December 28,
Aaaaaaaaaaaand I figured it out on my own within minutes of asking for help. Doncha love when that happens?

Thanks anyway. :-)
Jared
December 28,
Can you please share the solution? I'm having the same problem.

Thank you
Theodor Radu
July 10,

This topic is archived.

See also:


Back to support forum