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?
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,