Autocomplete control actions
I have an autocomplete control and I want to configure a click event.The problem is the click event is fire only when I click on the autocomplete .but the requirement is to fire the click event when the user click the drop down in the autocomplete(where the results loaded).Is there any way to do this configuration.