DataGridView with an AlternatingRowsDefaultCellStyle
I'm playing with .NET2.0 (beta 2) and I have an application that is using a DataGridView with an AlternatingRowsDefaultCellStyle. Is it possible to have a single cell have a different background color than the rest, while using this property? When I try it, it only works on the even rows, not the odd ones (which are based on my Alternating style).
Thank you
-Adam