New to Telerik UI for WinForms? Start a free 30-day trial
Alternating Row Color
Updated on May 7, 2026
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;