change the backcolor of a datagridview cell using C#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravitunk
    New Member
    • Jun 2007
    • 88

    change the backcolor of a datagridview cell using C#.net

    hello..am developing a windows application which has a datagridview control with many columns.......i have a problem with changing the backcolor of a particular cell based on a specific condition....an yone plz tell me how to write the code and where to write the code...am using C#.net 2.0.....
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Change the properties you want under the CellStyle property of your cell.

    Comment

    Working...