Why Virtual keyboard does not trigger AutocompleteList?
- by ali.msgh
Hi,
I have to use a Virtual(on screen) keyboard on a asp:textbox which has a AjaxControlToolkit's
automcomplete attached to it, the virtual keyboard I use is the jQuery keypad plug in: http://keith-wood.name/keypadRef.html , but I have some problems with combining these two:
Typing in the virtual keyboard does not
trigger the Autocomplete list.
When the textbox has
autopostback=true if you click
anything on virtual keyboard the
textbox loses its focus and posts
the form.