It looks like the grid defaults to showing a tool tip if the text in a particular cell gets cut off (the column width is decreased). I thought the tool tip would show the entire cell text, but it is not doing this. Is there a way to make the entire cell text show in the tool tip? I am only seeing what is already visible in the cell itself.
Thanks!
Steve
Hi Steve,
If the tooltip isn't showing the whole text and only shows what is already visible in the cell, then that's clearly a bug and makes the tooltip pretty useless. :)
Sounds like an old bug that was fixed a long time ago. You should get the latest service release.
How to get the latest service release - Infragistics Community
I have requirement to hide the tooltip text for a specific column.
I tried on mouse enter event as below
cellUIElement.Cell.ToolTipText =
string.Empty;
but still showing the tooltip text.
Thanks
Oh ok. That could definitely be the problem. We are still using the 2006 version of the grid. However, we are upgrading to 2009 soon. I will see what happens once we upgrade.
Thanks Mike!