3.2.0

Disable onmouseover for header row?

I need to disable the onmouseover event for the header row of the grid, as it is now it highlights it just like any other row and the users find that annoying. Thanks.
Oppguy
March 20,
Try this:

.aw-header-0 .aw-mouseover-header {
border-bottom-color:none;
background:none!important;
}
.aw-header-0 .aw-mouseover-header .aw-item-box {
border-bottom-color:none;
background:none!important;
}
Tom Green
March 21,
Tom Green not only are your television antics amazing but you are da man!
Oppguy
March 26,

This topic is archived.

See also:


Back to support forum