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
25
UltraComboEditor AutoComplete with CheckBox
posted

I'm using NetAdvantage v10.3, and having problems with the UltraComboEditor control.

I want to create a control which has a collection binded to it, and users can choose items from this collection with a dropdown or can type one's value into a box as well. I want this box to support auto complete (only suggestion, but not append).

If I use UltraComboEditor, and set AutoCompleteMode to 'Suggest', I see the datasource's items in the dropdown, and autocompletion works well. Then if I also set the CheckBoxStyle property to 'CheckBox', there are checkboxes next to the items in the dropdown, but the autocompletion stops working.

 

Could you please advise?

 

Thanks,

Gyorgy

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello Gyorgy,

    The Auto-suggest and multiple-selection are mutually exclusive. You could have appending with checkboxes. The suggest option requires you to type in the edit portion and in the same time the multi selection requires that the user cannot type in the portion.

    Please do not hesitate to contact us if you need any additional assistance.

Children