datagridview change CELL BG color on change of value

G

Guest

Hi
Looking for examples on changeing the CELL background color when the value
is changed for that cell only (not row color).

Thanks
Brian
 
M

Max Ivak

try this code:

grid.Rows[iRow].Cells[j + 1].Style.BackColor = Color.FromArgb(220, 220, 220);
 

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

Top