11 Jun 2012
(Link to this post)
Seems like a dumb question but I can't figure out how to set focus. I tried:
$("#controlName").data("kendoAutoComplete").input.focus();
the above works for a dropdown but not autocomplete, input appears to be undefined. How do I manually set focus on a kendoAutoComplete?