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
1 answer

Kendo UI Auto Complete when user does not select an option from the suggestions

When using Kendo UI Autocomplete with filter: 'contains' and suggest: true if the user types-in a value that causes a match in the middle (say kingdom in the demo) and tabs out, the value becomes kingdom and not United Kingdom as one would expect.…
amit_g
  • 30,880
  • 8
  • 61
  • 118
1
vote
0 answers

Integrate Kendoui Autocomplete inside Kendoui Scheduler templete

I am looking forward to add an kendoui autocomplete control in kendoui scheduler template. However, the below code does not make any call to get data for autocomplete textbox. I understand, it’s not wiring up any event. Any help would be…
AaBa
  • 451
  • 1
  • 6
  • 21
1
vote
1 answer

Kendo autocomplete showing [object object] instead of propery value

I'm trying to configure kendo autocomplete using their tutorial. The problem is that autocomplete control display objects instead of property value which I set in kendo initialization (see capture): @( Html.Kendo().AutoComplete() …
user3818229
  • 1,537
  • 2
  • 21
  • 46
1
vote
1 answer

How to get kendoAutoComplete to work with bootstrap class col-md

I have a Kendo AutoComplete control, and I added the kendo.common-bootstrap.css references, which worked to make it size right, but its not working with col-md-10 or any of those classes with the autocomplete. here is a screen shot of what it looks…
Chris
  • 2,953
  • 10
  • 48
  • 118
1
vote
1 answer

KendoUI Autocomplete with custom datasource read function

I'm using the Kendo UI autocomplete widget within a framework (not Kendo's MVVM framework). As such, I've defined a read function in the datasource configuration that returns my data, instead of using a string url reference. A snippet of my…
user677526
1
vote
1 answer

How to set the scope of `this`on Kendo UI's autocomplete template?

Kendo UI's template API lets you use JavaScript in the template. This is useful to customize the autocomplete template. When the generated code runs, the scope of this is the Window object. I want to set the scope to the autocomplete instance, for…
Ricardo
  • 3,696
  • 5
  • 36
  • 50
1
vote
1 answer

How to add custom querystring parameter in kendo ui autocomplete

I am unable to change the url before kendo autocomplete widget send ajax request to service It is already loading first before i change the url in paramter map.Kendo is automatically adding the search string to URL. When I press a key I am able to…
Ravi Hanok
  • 405
  • 1
  • 12
  • 23
1
vote
0 answers

how to change schema of response data in kendo mvc

The response data form server look like this: {"Data":[{"field1":25,"field2":10}]} but I need data source like [{"field1":25,"field2":10}] but I cannot change server code So my code in kendo mvc Wrappers isn't working properly: <%=…
1
vote
1 answer

How to set the value of a Kendo AutoComplete control to a javascript object?

I have a KendoUI AutoComplete control bound to a list of objects. What I can't figure out is how to set the selected value of the AutoComplete from javascript. For example: