AD
Administrator
Syncfusion Team
April 4, 2005 04:14 PM UTC
If you do not want the borders to move, then do not set them in grid.ColStyles. Instead, try handling QueryCellInfo, then if e.RowIndex == -1 and e.ColIndex points to your special column, set e.Style.Borders..... to the value you want.
There is no property setting that will draw two doble lines, but you can handle DrawCellFrameAppearance and daw custom borders if you like, Take a look at the \Syncfusion\Essential Studio\3.0.1.0\Windows\Grid.Windows\Samples\In Depth\CustomBorders sample.