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