Hi,
Is it possible to define the backcolor for cells that have their CellActivation set to NoEdit?
I see that the background color for disabled cells can be controlled using mygrid.DisplayLayout.Appearance.BackColorDisabled, is there something similar for "NoEdit" cells?
Thanks,
Scott
Thanks. Exactly what I was after.
There are a number of appearance objects under grid.DisplayLayout.Override. Perhaps the ReadOnlyCellAppearance is the one that will help you.