New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
GridStyleInfo style = this.gridDataBoundGrid1.BaseStylesMap["Column Header"].StyleInfo;
style.CellType = "Static";
style.CellAppearance = GridCellAppearance.Flat;
Color c = SystemColors.ControlDark;
style.Borders.Right = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Top = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Left = GridBorder.Empty;
style = this.gridDataBoundGrid1.BaseStylesMap["Header"].StyleInfo;
style.CellType = "Static";
style.CellAppearance = GridCellAppearance.Flat;
style.Borders.Right = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Top = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Left = new GridBorder(GridBorderStyle.Solid, c);
style = this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo;
style.CellType = "Static";
style.CellAppearance = GridCellAppearance.Flat;
style.Borders.Right = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Bottom = new GridBorder(GridBorderStyle.Solid, c);
style.Borders.Top = GridBorder.Empty;
style.Borders.Left = new GridBorder(GridBorderStyle.Solid, c);