hi, i have on my form a Ultracomboeditor control. i set it like
Me.cbocontainer1.DisplayMember = "no"
Me.cbocontainer1.ValueMember = "ID"
.SuggestAppend
Now i want instead of namename1name2
displayname, street,townname, street,towni have found nothing in the forum . only http://forums.infragistics.com/forums/p/16088/58711.aspx#58711
but this is only for wingrid.here i have no InitializeRow event
Hi,
There are two ways you can do this:
hi , thanks for your reply, but>Add a new column to your DataSource which contains the full text you want and use that column as >your DisplayMemberbut how get i the needed data in this column? i deliver only a datatable.>UltraCombo instead of UltraComboEditor did i have here a autocomplete mode?i set Me.cbo1.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.Contains Me.cbo1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend