Not logged in - Login

Make all grid cells look the same.

Use the following code to make all cells on an Infragistics grid look the same. Without this, read-only cells will have a foreground text color of white, which makes the text hard to see.

this.ultraGrid1.DisplayLayout.Override.SelectedCellAppearance.ForeColor = Color.Black;