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
20
AutoComplete UltraCombo on column other than "DisplayMember"
posted

Greetings,

I really like the AutoComplete feature of the UltraCombo, but I am having some trouble getting it to do what I want. I have an UltraCombo that drops down two columns. One column has values and the other descriptions. If the user types text I would like AutoComplete to filter based on the text and if the user types numbers I'd like to filter based on the values. Short of changing the "DisplayMember" property how can I set which column is used for AutoComplete?

Parents
  • 2501
    Suggested Answer
    posted

    Hello,

    The AutoComplete property for the WinCombo is tied to the displayed value.  When filtering a column, the column needs to filter on the displayed value. 

    I hope this information is helpful.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics, Inc.

Reply Children