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;
Last modified by Mohit @ 4/5/2025 12:24:44 PM