Change font/appearance of the navigation bar of grid

is it possible to change the font or appearance of the navigation bar of the ggc?

1 Reply

AD Administrator Syncfusion Team October 23, 2006 10:10 PM UTC

Hi James,

Please try the code below,

this.gridGroupingControl1.RecordNavigationBar.Font = new Font("Times New Roman", 10f, FontStyle.Italic);
this.gridGroupingControl1.RecordNavigationBar.BackColor = Color.LightYellow;

Regards,
Rajagopal

Loader.
Up arrow icon