How to change the font/appearance of the navigationbar of ggc

How do I change the font/appearance of the navigationbar of ggc?

1 Reply

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

Loader.
Up arrow icon