I thought this was going to be straightforward but I got seriously stuck with TURNING OFF the row highlighting on the datagrid (rowEditing color as well). the closest I could get was to change the css style :
.tundra .dojoxGridRowOver .dojoxGridCell{
background-color : white !important;
color: black !important;
}
.tundra .dojoxGridRowEditing td{
background-color : white !important;
color: black !important;
}
background-color : white !important;
color: black !important;
}
.tundra .dojoxGridRowEditing td{
background-color : white !important;
color: black !important;
}
