:: Forum >>

Tooltips - Make visible only if data is not visible

I have a grid. Most of the cells in the grid are visible. Some of them have long names, and they are only visible if I change the width of the column by resizing with the mouse.

I want to show tool tips only if the entire cell is not visible. If I resize the column, and the entire cell becomes visible, the tool tip should disappear.

Can I achieve this?
Marc.
Saturday, December 19, 2009
You can assign the function to the tooltip property and make this function to return either the tooltip text or an empty string when the entire cell is visible.
Alex (ActiveWidgets)
Monday, December 21, 2009
Hello Alex,

I'm already using a function to build the data text, headers text, and the tool tips. So with the default sizes on the GRID, the tooltips are visible always.

But, when i resize the columns in GRID, the width of the columns is changing and then if in the column that cell text is all visible then that must not have the tool tip.

Please suggest.

Thank you for your help in Advance..!
ukr
Wednesday, December 23, 2009
Alex, Any help on ukr's message?
Marc.
Monday, January 4, 2010

This topic is archived.


Back to support forum

Forum search