I am fairly new to telerik, and I am using a custom RadGrid with a fill color for the selected row set in the VSB. I also have alternating row color set and customized with the following line of code:
((
GridTableElement)this.radGridView1.GridElement).AlternatingRowColor = Color.DarkGray;
The problem is that when I select a new now the previous row color remains the “selected row” color and does to drop back to the default row color. This is does not affect the alternating row. Why? Am I missing something?