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

Weird GGC row-header behavior


Hi everybody,


I configured the RowHeaderCell's and TopLeftHeaderCell's Interior settings to a vertical gradient and it worked fine.

When I opened me workspace on another PC, it turned out that these Interior settings have no effect.
I also tried to take the binaries from my PC and run them on a clean environment, and the problem remained (RowHeaderCell's and TopLeftHeaderCell's Interior settings having no effect)

I'm using Visual Studio 2005 (SP1) with version 4.4.0.5.51 installed.


Did anyone come across this problem, or a similar one ?


Thanks in advance.


1 Reply

HA haneefm Syncfusion Team April 19, 2007 06:03 PM UTC

Hi Ryan,

Try setting the ThemesEnanbled property of the gridgroupinggrid to false. or you need to set the RowHeaderCell and TopLeftHeaderCell's themed property to false.

this.gridGroupingControl1.ThemesEnabled = false;

//Or
this.gridGroupingControl1.TableDescriptor.Appearance.RowHeaderCell.Themed = false;
this.gridGroupingControl1.TableDescriptor.Appearance.TopLeftHeaderCell.Themed = false;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon