Is there any way to achieve dynamic typing behaviour in AutoComplete Control
Scenerio:
There are some filters which are not included in AutoComplete Control. Those filters are dynamic and on a click of a button presented to user in a dialog box with different selections/choices in which he can make selection/choices. On the basis of that choice AutoComplete Box should be open or should reflect the selected item.
Problem:
1. SetSelectedKey method is depricated in AutoComplete Control.
2. Unable to find how to open the opopup object which is associated with the AutoComplete control
3. somehow i opened it using obj._open() method but it shows nothing because nothing is typed in AC Control.
4. don't know how to fire the keypress event of AC Control so that it would automatically trigger the custom filter and papulate the corresponding items
Regards
:S