Questions tagged [kendo-autocomplete]

An auto-complete UI widget for html5 in the Kendo UI Web product.

Autocomplete is a Kendo UI () component.


Related tags

100 questions
1
vote
0 answers

KendoUI HTML 5,JQuery and ASP.Net Web API

I have created the services using the asp.net web api and deployed it in the IIS when i call the controller with the action name separate in the browser say http://test.com/api/controller/actionname i could see the result returned as JSON like…
nithya
  • 11
  • 1
1
vote
2 answers

Kendo UI autocomplete retrieve id on select

Here is my code: $(document).ready(function() { var autocomplete = $("#customers").kendoAutoComplete({ minLength: 1, dataTextField: "VenueName", change:onChange, …
Utsab
  • 23
  • 1
  • 4
1
vote
1 answer

Kendo ui autocomplete events

I am working on ASP.NET MVC4 application.And i am using Kendo MVC controls inside my views/partial views. And i am using Kendo AutoComplete control.My problem is i am not getting the way to set kendo autocomplete controls KeyPress event. Is…
Pawan
  • 2,150
  • 11
  • 45
  • 73
1
vote
2 answers

Setting focus() on autocomplete textbox

I am trying to set the cursor on the textbox that has been set to a kendoAutoComplete, but the cursor does not show. Using Kendo's AutoComplete basic demo I am running the following code in the Chrome Developer console, but the cursor is not…
Andy T
  • 10,223
  • 5
  • 53
  • 95
0
votes
0 answers

Update the Kendo UI page when kendoAutoComplete is selected

I've added in a kendoAutoComplete widget to a template Kendo UI. The widget is linked to the employee names from employees-list.json and suggesting names correctly.

Search Member: