DataGridView - DefaultCellStyle, rows and columns propriority
- by angelPL
Hi!
In C#, in DataGridView I want to set the BackColor property for the first row and first column. And the cell from first row and first column, should have property from first column, not row - but it does.
For example: (table 3 x 3); 'X' - property for first row, 'Y' - property for first column, 'a' - default property
should be:
Y X X
Y a…