We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon