I've already successfully implemented a ToolTipManager popup on a RadGrid, based on your examples using the RadToolTipManager and a custom control. (And the OnAjaxUpdate and OnClientHide events.)
The problem is that my current version pops up on the entire row.
I need to limit the popup to a single column.
Is this possible? Any way to detect which cell the mouse is over?
The problem is that my current version pops up on the entire row.
I need to limit the popup to a single column.
Is this possible? Any way to detect which cell the mouse is over?