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 Reply Children