I want change background datagird cell base on value in c# windows application. for instance if cell value is 3 cell background color set to blue if cell value equal 2 cell background color change to red .
I want change background datagird cell base on value in c# windows application. for
Share
You can use CellFormatting event: