AD
Administrator
Syncfusion Team
October 23, 2006 10:11 PM UTC
Hi James,
Please try the below code,
this.gridGroupingControl1.RecordNavigationBar.Font = new Font("Times New Roman", 10f, FontStyle.Italic);
this.gridGroupingControl1.RecordNavigationBar.BackColor = Color.LightYellow;
Regards,
Rajagopal