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
260
UltraComboEditor and ID values
posted

My question is how do I get my combo editor to NOT select the item in the list by simply typing the ID value in the combo editor?  I have a combo editor set to suggest append.  The display member is set to the title value (a string) and the value is set to the id value (an integer value).  Currently if the user types in the number 1 then the combo editor shows the title value for the item whose id value is 1.  Is there a way that I can turn this feature off?  I would like the user to get a message that the item does not exist in the list instead.

Thanks.