CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Location
    Baltimore, MD
    Posts
    11

    DataGrid Row Color

    Is there a way to change the back color of a row of data within the datagrid?

  2. #2
    Join Date
    Aug 2002
    Posts
    33
    If you want difference colors between rows, add style AlternatingItemStyle-BackColor="yellow" in <aspatagrid > line

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured