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

Look and Feel of a GridControl to GridDataboundGrid

Hi,

I want to set the same look and feel (Golden shading) of the Standard SyncFusion GridControl.
I'm pretty new to SyncFusion,
Can anyone please suggest an easy way to do that?

thanks
Deepak


1 Reply

RC Rajadurai C Syncfusion Team October 31, 2008 07:21 AM UTC

Hi Deepak,

Thanks for your interest in Syncfusion products.

You can achieve the same look and feel of our standard grid control in GDBG by setting the following properties.


this.gridDataBoundGrid1.ThemesEnabled = true;
this.gridDataBoundGrid1.GridVisualStyles = Syncfusion.Windows.Forms.GridVisualStyles.SystemTheme;


We currently support 5 different Visual Styles: Office2007Blue, Office2007Black, Office2007Silver, Office2003, and SystemTheme.

As you are new to our product, you can get more details from Knowledge Base, Forums and Online Documentation availing in our website.

Regards,
Rajadurai



Loader.
Live Chat Icon For mobile
Up arrow icon