I can for instance hide the header row of a DojoGrid in WaveMaker by doing the following:
body.tundra .Main .wmlayout .Main-clubsDojoGrid .dojoxGridHeader{
display: none;
}
Is there something similar I can do to stop a row being highlighted upon mouseover?
This is the style rule used by the themes engine; replace .wm_template with your theme name (.wm_default)