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
1210
Problem with ultra combos Auto complete mode.
posted

Hi,
    I am using ultra combo in my application. I set DataSource , ValueMember and DisplayMember properties. As well as set LimitToList is equal to True and Auto complete mode to SuggestAppend. But if user type text same as value members any value then it is selecting that record.
e.g. Suppose I have 5 items in my data source as below
   ID                        Value
   1                        ABC  
   2                        ACD
   3                        EFG
   4                        XYZ
   5                        PQR

if I press 1 then it select ABC in combo box on change of focus. How to prevent this? Is there any property we want to set?

Thanks & Regards,
Ganesh

Parents
  • 469350
    Offline posted

    Hi Ganesh,

    I don't beleive there is any way to stop it from doing this. Since there's a 1 on the list, it will find it when it goes to search. You could, of course, implement your own validation on the cell instead of using IsItemInList.

Reply Children