AD
Administrator
Syncfusion Team
January 30, 2004 08:51 PM UTC
The borders on the header cells are drawn as part of the Header CellType.
If you want to get rid of them, you can change teh celltype. Maybe this will give you what you want.
this.gridControl1.Model.BaseStylesMap["Column Header"].StyleInfo.CellType = "Static";