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

Changing BaseStyles has no effect in case of Virtual Grid

I have a virtual grid. I changed the base styles map for column header, setting the back color to Teal and CellAppearence to Raised.

this.gridControl1.BaseStylesMap["Header"].StyleInfo.BackColor = Color.Teal;
this.gridControl1.BaseStylesMap["Header"].StyleInfo.CellAppearance = GridCellAppearance.Raised;

But it didn't have any effect on the virtual grid.

Does the Base Styles apply to virtual grid? If yes, Why it is not working in this case? If no, How to achieve the same?

Thanks.

1 Reply

AD Administrator Syncfusion Team December 26, 2006 11:36 AM UTC

Hi,

Does the Base Styles apply to virtual grid?

>>>>>>> Yes, The BaseStyles apply to virtual grid. We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the attached sample to reproduce the issue here? This will help us to analyse the issue further.

Here is a sample.
VirtualGC.zip

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon