AD
Administrator
Syncfusion Team
August 23, 2004 02:21 PM UTC
There is no grid property that controls this.
You might try this. You could add a panel to your form and drop the grid with grid.Dock = fill into the panel. Then set panel1.DockPadding.All = 1; and set the this.panel1.BackColor to the color you want to see. Also set the BorderStyle on both the grid and panel to none.