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
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.
Hi Boris,
I am also facing same issue with UltraComboEditor control, where I want to give multiple selection through checkboxstyle property to checkbox but then autocompletion stop working and that’s big issue with users.
Can you please suggest how to achieve this feature where we want to show multiple selection option with Autocomplete feature?
dev