I am working on winform C# datagirdview and I would like to change the color of a particular row in my datagridview. The row should be changed to red when the value of columncell is false.
I am working on winform C# datagirdview and I would like to change the
Share
Use the CellFormatting Event
EDIT:
The value of
e.valueis base on thee.ColumnIndexfor more Details