Hey all,
This has been bothering me for awhile now. I have tried setting the ColumnStyle to Image, which will not show anything. And if I add an image to the cell, it leaves the text in the cell.
Basically I want to replace the Enum values of "None", "Both", "Delivery", "Pickup" with pictures and tool tips. I want it so that there will not be any text in the cell but the value will still be the enumeration for when I need to take the value out of the cell.
Any ideas?
Thanks!
Hi,
I posted some sample code demonstrating how to do this using a ValueList. The sample code is using strings instead of an enum, but it doesn't really matter what data type you use as the cell's Value.
Conditional Image in Wingrid Cell - Infragistics Community