I have issues setting row formatting for a particular row. I tried using the RowFormatting event to look at the underlying data item, and compare it to another value. Based off of that I set the e.RowElement.BackColor to either white or grey. The problem is that neither one actually shows until I select the row. Once I select it I get the correct background color until I select another row.
Is there something I am missing...
Is there something I am missing...