AD
Administrator
Syncfusion Team
July 22, 2005 10:59 PM UTC
By default, the grid draws borders on the right and bottom of a cell. So, if you do not want borders on a cell, try
grid[row, col].Borders.Right = GridBorder.Empty;
grid[row, col].Borders.Bottom = GridBorder.Empty;