In windows Application I want to Set colors of different cells in datagridview based on the value range
Suppose value 1..22 : cell color should be green value 23.30 : cell color should be gray value >30 : cell color should be red
how can i do it..please suggest some code snippet? How can i do conditional formatting in datgridview in C#?