header caption disapper why,and how i can fix this problem

hi I am using Syncfusion.Grid.Grouping.Windows

I am using timer for refresh my (new load gird)grid for any new add data, but so header caption disapper why,and how i can fix this problem.


how i can retain caption as it is.



HeaderProblem.zip

1 Reply

HA haneefm Syncfusion Team May 17, 2007 11:13 PM UTC

Hi,

You can try this code.

this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.Themed = false;
this.gridGroupingControl1.TableDescriptor.Appearance.ColumnHeaderCell.BackColor = SystemColors.Control;

Best regards,
Haneef

Loader.
Up arrow icon