AD
Administrator
Syncfusion Team
October 1, 2004 05:57 AM UTC
By selecting, do you mean mousing down and dragging over several cells to select them, or do you mean clicking a single cell to make it the current cell?
The only time I know you would get white text is in the first case if you have turned off the GridSelectionFlags.AlphaBlend flag in the grid.AllowSelection property. But when this is the case, the background of the cells would be inverted, and hence in your case be black since your background is white.
Can you see this problem in any of our samples? If you can attach a sample showing the problem, we should be able to explain is going own.