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
325
ultracombo multiselect
posted

Hi,

I'm trying to implement search feature using ultracombo. I'll bind the data after user type in something and hit enter. The issue that I'm having right now, how do I prevent the display text being updated when user clicking on dropdown items?

 

Thanks.

Parents
  • 69832
    Suggested Answer
    Offline posted

    Since the title of this article includes the word "multiselect", I assume you want to allow the user to click on multiple items to select them, then commit that selection when the enter key is pressed. The control does provide this functionality, but you can't select multiple items - you can show checkboxes and configure the control so that the user can check items and not cause the dropdown to close when they do. The help topic for the CheckedListSettings property goes into more detail about this.

Reply Children