0

I am trying to display all the list items on an autocompleteextender in asp.net. I have set the MinimumPrefixLength = 0 as suggested in this question. My problem is that the list doesn't show on first click. Only if I type something and remove it and then click on it, it shows the list. How do achieve it in the first click?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
user9057272
  • 367
  • 2
  • 5
  • 17

1 Answers1

0

Unfortunately, I couldn't get the desired result after trying a lot. Hence decided to go with jquery select2 plugin for normal dropdowncontrols.

user9057272
  • 367
  • 2
  • 5
  • 17