AD
Administrator
Syncfusion Team
May 30, 2005 01:05 PM UTC
You can hide a whole column header row, but you cannot ''hide'' a single column header cell.
To hide the whole row, you can use:
this.gridGroupingControl1.TableDescriptor.TopLevelGroupOptions.ShowColumnHeaders = false;
this.gridGroupingControl1.TableDescriptor.ChildGroupOptions.ShowColumnHeaders = false;
RI
Richard
May 31, 2005 05:48 AM UTC
I have tried this successfully in a regular grid but this is not working on the drop down of a grid cell, it removes the header but puts the text from the first element up the top, where the header was.
Maybe I am off track?
AD
Administrator
Syncfusion Team
June 7, 2005 01:17 AM UTC
Could I have some help on this matter please
AD
Administrator
Syncfusion Team
June 7, 2005 08:16 AM UTC
You say the above code removed the headers, but did something you did not expect. Can you post a marked up picture describing what you want?
AD
Administrator
Syncfusion Team
June 8, 2005 12:48 AM UTC
I have raised a support case #19212
Thanks