How do I toggle the background color of a datagridview row with checkbox column?
I have a datagridview bound to a dataset. I added a datagridview checkbox column to it. I want to toggle the background color of a selected row when I select/unselect the checkbox. How do I do it?