AD
Administrator
Syncfusion Team
July 25, 2003 10:37 AM UTC
There is a property that controls the color of the line (border) between the frozen and non-frozen cells. I suspect this is what is coloring this border blue. Try setting:
this.gridControl1.Model.Properties.FixedLinesColor = Color.Black;