How to change grid lines color using css and/or skin?

B

Bogdan

Hi,

I'm using skin and css to style a gridview. I've run into something that
seems like a very trivial problem - I can't change color of lines within a
gridview. Setting the border color has not affect on the lines. Could
someone please let me know how to do that?

Thanks,
Bogdan
 
G

Guest

Hi,

I'm using skin and css to style a gridview.  I've run into something that
seems like a very trivial problem - I can't change color of lines within a
gridview.  Setting the border color has not affect on the lines.  Could
someone please let me know how to do that?

Thanks,
Bogdan

Hi Bogdan

Try this

<asp:gridview ID="GW" runat="server">
<rowstyle cssclass="GridViewRow" />
</asp:gridview>

and

..GridViewRow td
{
border: 1px solid green;
}

Hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top