Hello,
I have a column which contains a cell value and may also have an image associated with it.
How can I overlay the image on top of the value, so that at a time only one is visible:- either image or value?
Thank you for your help!
~ Neha.
There's nothing built-in to the grid to do this. You could use a DrawFilter or CreationFilter to replace the contents of the text with an image.