New to Telerik UI for WinForms? Start a free 30-day trial
Alternating Row Color
Updated over 1 year ago
RadVirtualGrid supports an alternating row color. It can be enabled by simply setting the EnableAlternatingRowColor to true.
Fig.1 Alternating Row color

C#
this.radVirtualGrid1.EnableAlternatingRowColor = true;
this.radVirtualGrid1.TableElement.AlternatingRowColor = Color.LightBlue;