Top "Kendo-autocomplete" questions

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

Bind ID as Value with Text in Autocomplete

I am using Kendo Autocomplete, In that I am filling the Text and also using that text parse data, But …

jquery asp.net-mvc kendo-ui html-helper kendo-autocomplete
Kendo UI Angular JS and AutoComplete with a service

I'm making an Angular App and I'm starting to use some of the Kendo UI controls. I'm having some issues …

angularjs kendo-ui kendo-datasource kendo-autocomplete
how to give a kendo ui autocomplete widget with multiple values, the css functionality of a kendo ui multiselect widget

I am wondering if there's an easy way to have the multiselect widget's css functionality shown in this demo http://…

kendo-ui kendo-autocomplete kendo-multiselect
Get selected object in Kendo Autocomplete

I have a Kendo Autocomplete item : <input type="text" id="Ac_Transporteur" class="" maxlength="30" required/> -------------------------------------------------------------------------- $("#Ac_Transporteur").…

javascript kendo-ui kendo-autocomplete
Kendo UI autocomplete retrieve id on select

Here is my code: $(document).ready(function() { var autocomplete = $("#customers").kendoAutoComplete({ minLength: 1, dataTextField: "VenueName", change:onChange, select: onSelect, template: '&…

jquery kendo-ui kendo-autocomplete
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 …

javascript autocomplete kendo-ui kendo-autocomplete
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 …

jquery autocomplete kendo-ui kendo-autocomplete