E
Elmo Watson
In ASP.Net, using a Gridview, you can conditionally set the forecolor of
each row (or column), based on certain criteria using the RowDataBound event
But I can't find an event that is similar in WinForms
I need to set the forecolor to red, if the the entry type (in column 1) is a
1 - -
How would I do this in a DataGridView?
each row (or column), based on certain criteria using the RowDataBound event
But I can't find an event that is similar in WinForms
I need to set the forecolor to red, if the the entry type (in column 1) is a
1 - -
How would I do this in a DataGridView?