Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
705
How to check if a display member or value is contained in combobox list?
posted

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

Parents
No Data
Reply
  • 944
    posted

    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.

     

Children