Browse By Tags

  • How can I change UltraCombo tooltip text for a value in a column

    Hello

    Maybe a simple question, but I can't a simple way to do this

    I have a table with 3 columns (CodeID, CodeDesc and CodeLongDesc)

    ReasonCmb.DisplayMember = "CodeDesc";
    ReasonCmb.ValueMember = "CodeID";

    I would like to set…

  • tooltips for UltraCombo buttons left collection.

    Hi, I'm new to using the Infragistics controls - I've figured out that I need to add the ultraToolTipManager to my C# form to get a tooltip for the UltraCombo. But I'd like to add tooltips for the buttons I've added to the combo and I don't see how to…

  • ToolTip Displays Twice On ButtonsLeft Collection

    I am trying to show tooltips and I am using the MouseEnterElement and MouseLeaveElement events to do so.  I have button in my combo in the ButtonsLeft collection.  The problem I am having is that I am getting tooltips twice:  once when the mouse enters the…