Browse By Tags

  • Difference between Ultragrid.Wincombobox.SetDataBinding Version 8.3 and 9.2

    Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Combo Text Cleared but grid row location is still same

    Hi,

    i'm having an ultra combo with several columns. when typing the text in the editor the relevant matching row is selected in the dropdown this is fine. my problem is 

    when the text is cleared in the editor by

    cboCustomer.text = ""

  • Remove Bound Columns When datasource is removed in design time

    Hi,

    i have used a Ultra Combo with a datasourse set in design time so i can do the column layout.

    then i copied the combo to create another one to have the same look and feel. 

    one the second Combo the datasource is not set. still the column list is…

  • Ultracombo snaps closed

    We're using the Infragistics Winforms 6.2 controls, and I've noticed strange behavior with the ultra combo.

    I've got the combo on a form by itself (no grid), and it seems to snap closed on it's own. This is only happens when the grid is in DropDown…

  • UltraComboGridBox Help with binding selecting row

    Hello,

    I am working with a form that has an UltraComboGridBox's that is populated with Account names. I progammally add an addition account to the data list before I bind the list to the UltraComboGridBox. Then I programmally Select the row I added…