Using asp.net 3.5 Gridview control, visual studio 2008.
I have played with all the css border controls and can't set the color of the horizontal line between rows in an asp.net gridview. The color of the line seems to be defaulting to white. The only way those rows are visible are if the background color of the gridview is set to a dark color that contrasts with the white lines.
I have set Gridlines=Horizontal but cant find a way to set Gridlines color.
The gridview bordercolor attribute only affects the outermost border around the entire gridview.
I would rather not do this in javascript or jquery.