Hi,
I want to disable my grid based on certain conditions, but after disabling color columns with text is changed to white. This screen shot will clear you this thing.
The columns covered by blue lines.
Please help me out in this.
Thanks in advance
The Appearance object has properties for the disable color of the text. So something in your code is probably setting the CellAppearance or some other appearance on that affects the cell and applying a ForeColorDisabled of white.
Thanks a lot Mike