Hi,
I have a column that has 4 different status values. Based on the value of each cell, I want to display a certain image. However, I don't want the text value to be displayed. I thought of just having two columns to achieve this, but I want to have a value in the image column to allow for proper sorting. Is there anyway that I can retain a cell's value, but display an image while hiding the text?
Thanks,
Jake
Ah, that's a different story. By default, the CheckBox is drawn using Theming. So you would have to set both ThemedElementAlpha and ForegroundAlpha to Transparent.
That would not be any different in any older or newer version of the grid, though.
If you want to use images in a CheckBox column, you'd probably be better off using the GlyphInfo, anyway. Or a CheckEditor in Custom style.
Try it for a column of type boolean.
I just tested this out with the latest version and it works fine for me. Can you reproduce this in a small sample project?
To clarify, the Transparent Alpha for Foreground no longer has any effect on the control displayed in the column... it continues to display opaque.
I was also using this solution successfully until I downloaded and installed the following Infragistics release:
9.1.20091.2039
Is this a known issue?