We have an Ultragrid where, on certain rows, a particular cell's text needs to be invisible. We originally accomplished this by making the row's cell Appearance and Selected Appearance forecolor to be equal to the back color, thereby resulting in a seemingly blank cell. We have since instituted an isl file and now the cell's text is displayed when 1) the mouse hovers over the cell or 2) the row is selected. How can we retain the blank appearance of these cells under those conditions? Thanks
Ron
That works except for one thing. The cell's back color is supposed to be a different color than the other grid cells, and that color is not showing when it's hidden.
Hi Ron,
Set the Hidden property on the cell to true.