Hi,
I have a datagridview where one column name is Status where the staus input will be either "Pending" or "Paid".
What I want is, if the cell contain the text "Pending" the datagridview cell color or font color to be changed to RED. If the status is "Paid" then that particular cell color or font color to be in GREEN.
Thanks in advance for any support.
I have a datagridview where one column name is Status where the staus input will be either "Pending" or "Paid".
What I want is, if the cell contain the text "Pending" the datagridview cell color or font color to be changed to RED. If the status is "Paid" then that particular cell color or font color to be in GREEN.
Thanks in advance for any support.