Browse By Tags

  • Replace Arrow on UltraCombo V9.2

    Is there a way to replace the arrow image on the UltraCombo in V9.2?  We were doing it in V6.1.  The graphic below shows what we get now.

    It appears that the control is making space for the image on the left when it is being applied to the right.

    I have…

  • Custom combo databinding two values

    I'm creating a custom control inherited from the UltraCombo for a standard lookuplist of foreign relationships that I can use in my entire program.  However, I'm having a databinding issue, which maybe a simple fix because I'm new at using databinding…

  • Making a windows combo box look like an Infragistics combo box

    My application has mixed use of the Infragistics WinGrid UltraCombo and the standard Windows ComboBox and Toolstrip ComboBox.

    I made one attempt at converting the Windows Combos to UltraCombos, but hit a roadblock: the UltraCombo when wrapped in the…

  • How do I remove empty space from UltraCombo......

    Hi,

      I am using UltraCombo on my form. If user scroll records in the UltraCombo then after last record it showing

    some extra blank space.  I want to remove this empty space.How do I do this?

    Please advice

     

    Regards,

     Ganesh

     

  • How to add items manually in combobox.

    I have collection of object,which contains 6-7 properties.Collection having over 30,000 records.If i go by giving collection to the datasource of combobox,then it will tell lot of time,as it will represent it as a grid.then i have to hide some column…

  • Re: UltraCombo AutoCompleteMode customize

    In ultra combo/combo editor when you type first letter then ultraCombo1.Text property is getting to set whole word which is not happining with normal windows combobox.

    For example:- Suppose I have "Apple" item in my list. then if I enter "A" then ultraCombo1…

  • Re: How do I access editor buttons using Tab?

    Mike Saltzman"]

    You will probably need to use separate button or UltraButton controls. 

    Can we able put those buttons in ultra combo box Similar to editor buttons?

    ------------------------------------------------
    Ganesh

  • Autofit in Code

    Hi, I think is easy but I Can`t find the code.

    In desing Mode, you can access the option, Feature Picker-Autofit Style-Resize all columns

    But i need this option in code.

    Right now i'm using this code

    For Each cl As UltraGridColumn In CType(ctrl…