Why Virtual keyboard does not trigger AutocompleteList?
Posted
by ali.msgh
on Stack Overflow
See other posts from Stack Overflow
or by ali.msgh
Published on 2010-04-25T08:54:32Z
Indexed on
2010/04/25
9:03 UTC
Read the original article
Hit count: 381
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.
© Stack Overflow or respective owner