Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1375
Prevent cell text expansion for column which is using ValueList images
posted

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

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children