I have a combo and I use it to retrieve a record from my database using the name value being displayed.The value member is the id (int) of the record. The problem though is that when I type in the value member for eg. 12, it will show the corresponding display member for it. Is there anyway to prevent that from happening? only the display member should be used to select from the combo
Hi,
Try setting:
this.ultraCombo1.ItemMatchingMode = Infragistics.Win.ValueListItemMatchingMode.DoNotConvertDataValueToString;