How to change grid control border color?

Looking for a way to change a border color around the virtual grid control for the BorderStyle.FixedSingle (2.0.5.0).

1 Reply

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.

Loader.
Up arrow icon