My users have a listbox that I am using the listsearchextender to help them, however if a value is not found in the list what ever the last item similer
is left in the list box.
is there a way to say change the color to red if they start typing some thing not found in the list?
Hi,
This isn't a build-in feature. If you really need this, you may have to modify its source code.
Please investigate the _searchForTypedText method in ListSearchBehavior.js file and add necessary codes.
No comments:
Post a Comment