简体   繁体   中英

enable searching feature from any index ajaxToolkit ListSearchExtender

I am using ajaxToolkit:ListSearchExtender in a dropdown. It has the feature " search as you type ", like if I type any word it shows the list starting with that word.

But my requirement is that I need the list of all the items that contain the typed word. For example, if I type A , I want all the countries name that contain the word A anywhere.

Currently ajaxToolkit:ListSearchExtender shows only the countries name starting with letter A.

How can I make this ListSearchExtender to search any items in the drop-down that contain the typed word but not just only at the beginning of the item?

Please help!!!

There is no option for that type of search.

I would recommend using AutoCompleteExtender for that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM