From: derianc on
I currently have a datagrid view that's bound to a table. I have the
AllowUserToAddRows is set to false so there is no extra row on the
bottom of the dgv. I also have cell painting logic that changes the
color of the row based on the text in the cell... however, my code
will not work for the last row unless I set AllowUserToAddRows to true
- which I don't want to.

Does anyone have a work-around for this?

TIA