Hi, just upgraded to 2013.2.20132.1011 from 2012.1 and I'm now getting this:
System.NotSupportedException: Specified method is not supported. at Infragistics.Win.Misc.UltraLabelControlUIElement.set_ToolTipItem(IToolTipItem value)
We are handling the MouseEnterElement and MouseLeaveElement to set the e.Element.ToolTipItem. Thanks.
I found the UltraToolTipManager sample and believe the correct answer is to move towards this, but... a simple modification to the sample breaks it i.e. make the text of the label longer than will fit and you now get BOTH tooltips, even though the sample says setting ultraToolTipManager.Enabled = false; will turn off the automatic tooltips.
Hello,
Can you please provide the name of the sample you are having issues with? Also let us know whether or not you still have issues with your application.