hello, i have a datagridview that is filled by setting its DataSource to a DataBinding.
now i want that certain rows in the datagridview have a different backgroundcolor according to some value in the row itself.
how can i accomplish this easily?
thanks!