Hi,
I`m using UltraGrid and I set tooltip to it
System.Windows.Forms.ToolTip.SetToolTip(myUltraGrid , "lalala");
when panel that contains grid is docked tooltip is shown but when it is in floating mode tooltip doesn`t shown.
Any suggestions?
Thanx,
it really helps.
I think the normal tool tip subclasses the owning window, so when you use a floating pane, three is a different owning window and the tool tips no longer work. If you use the UltraToolTipManager instead, the tool tips will work on the floating panes.