RecordStyle Demo

This sample demonstrates how to format alternate rows in a Grouping Grid control.

Features:



                // Applying style settings to alternate rows in the grouping grid.
                this.gridGroupingControl1.Appearance.AlternateRecordFieldCell.Font.Facename = "Arial Black";
                this.gridGroupingControl1.Appearance.AlternateRecordFieldCell.Font.Italic = true;
                this.gridGroupingControl1.Appearance.AlternateRecordFieldCell.Interior =new Syncfusion.Drawing.BrushInfo
                (System.Drawing.Color.PaleGoldenrod);  

Alternate RowStyles screenshot