So I have an ultracombobox and I set the displaymember and value to two different columns of a dataset table that I bind to the data source. In a normal winform combo box there is a combobox.items.contains function. In dont see that in the ultracombobox.
I want to be able to check both display and value members
Thanks in advance, Tony
Would the ItemNotInList event handler work in the manner you need? If the user enters text that is not in the list, you could then trigger some code.
no, its not going to work. I'm not checking text from a user.