Tagged Questions

2
votes
3answers
3k views

How to change the backcolor of a row in a DataGridView based on the value of a cell?

Say I have a DataGridView which shows the content of a DataTable. I want to be able to set the backcolor of a row based on the value of a cell in this row. Note that the cell in question is in a ...
1
vote
2answers
183 views

win 7 can't paint combobox

I have my program that paint the backcolor of a combobox column in a datagridview. I win xp everything works fine, but in win 7 the comboboxes have the gray color: if you look the shot, you see that ...
0
votes
1answer
25 views

.net datagridview cell transparent back color

I have a 4x4 datagridview. Every cell has a special backcolor. So I want the selected cell background to be transparent. I googled about it, but I dont find a valid solution. when I set the selection ...
0
votes
1answer
437 views

DataGridView Cell Backcolor not set

I have a DataGridView with four columns. The first three are returned back as an array: red, green and blue. All values are between 0 and 255. I've programmatically added a column called "Colour". I'd ...