Browse by Tags
All Tags » Grid » GridLineColor (RSS)
-
Dear Xceed Support Team and members!We are using a Grid for .NET 3.8 for Winforms in Visual Studio 2008 with framework 3.5. We upgraded our operating systems on development environment from Windows XP PRO to Windows 7 Ultimate x64 and now a selected row of grid has a sky blue background color and a white fore color. Not ...
-
Hi Glen,
You can simply use:
this.gridControl1.GridLineColor = System.Drawing.Color.Transparent;
and this should make the grid lines transparent, with the (pretty old) version 2.5 or with the (current) version 3.8.
Best regards,
|
|
|
|