Hi all!
I am trying to bind a coded valuelist to an UltraCombo.
My code is this:
Dim cboValueListe As New Infragistics.Win.ValueList
cboValueListe.ValueListItems.Add(1, "Tab")
cboValueListe.ValueListItems.Add(1, "Header")
With locElement
.DataSource = cboValueListe
End With
End Sub
where lcoElement is the Ultracombo.
and here is the unexpected result:
any ideas?
Hello,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Hi,
We've recently started using coded UI and also been unable to get the UltraComboEditor to work. In addition we're still searching how to assign an automation ID to the other controls.
Thanks.