I have some custom styles for my datagrid that apply to all datagrids. My
problem is that the rows of the grid get a rollover color close to black and
the text is white. The problem is with the header. When I roll over the
header the background color is black but so is the text so I can not tell
what the text says. Also the arrows are black so you never see those. Is
there a way to customize all of this or just tell the header to act normal
(don't apply styles)?

DataGrid {
    textRollOverColor:#ffffff;
    rollOverColor:#242424;
    selectionColor:#242424;
    textSelectedColor:#ffffff;
    headerStyleName: dataGridHeader;
}
.dataGridHeader {
    textRollOverColor:#FFFFFF;
}


Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org

Reply via email to