Hello,
Is there any event, if I select some item from DropDownList?
Yes, I know, there is onEntryAdded and onClientEntryAdded events, but only if mode is set to Token, and moreover this events are fired also when AutoCompleteBox lost focus.
I need to things:
1. set AllowCustomEntry to "true"
2. read item value, when user select some item from DropDownList
How can I do it?
Thanks
Jan