I have a column that displays an image based on a column value, boolean in this case. I'm using the ValueList example from here (http://forums.infragistics.com/forums/p/17549/63624.aspx#63624) and it works very well (thanks).
However, if the mouse cursor is moved over the cell, it expands as if it's displaying the underlying text.
Is there a way to suppress this behavior?
Thanks,
JL
Hi JL,
I tried this out with the sample code and I don't get any tooltip over the image column. Perhaps this is a bug that has already been fixed. Are you using the latest service release?
If you are, and you are still getting the tooltip, then the only way to turn it off would be via a CreationFilter. At least - that's that only way to just turn it off for a single column. You can use the TipStyleCell property on the Override to turn off tooltip for the band or the entire grid.
Thanks Mike,
I'm downloading the service release now and will try that. One thing about your test, though, did you resize the column to be smaller than the width of the widest text value? I'm wondering if that will change your results. My column is set to only 20 pixels wide.
Jim