is there any solution to customize GridControl so that ToolTip will be displayed automatically for the cell under mouse pointer (hot cell), when cell text is trimmed with ellipsis? (P.S. sorry for my English)
Imported from legacy forums. Posted by Serge (had 2344 views)
The grid does not directly support tooltips, but here is a topic in our documentation that shows how to implement this. However, you might have to do some tweaking to be able to make the tooltip only appear when the string is trimmed, since the default behavior is to display it as soon as the mouse pointer hovers the cell.