HELP ME plzzz!
I try to make my datagridview rows change colour depending on value on a row cell. I ve tryed everything i found on the web but nothing.. plz help
Last I tryed this one: http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.cellformatting.aspx but stil nothing :(
skran 9 Light Poster
Recommended Answers
Jump to PostYou can modify the individual cells in a datagridview via the Style property as follows:
DataGridView1.Rows(1).Cells(1).Style.BackColor = Color.Aqua
All 3 Replies
TnTinMN 418 Practically a Master Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
poojavb 29 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.