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

Kendo UI Autocomplete Widget : user too quick

I have a problem with the Kendo UI AutoComplete widget. I just have a simple text field on which I apply this plugin and when the user selects a value in the suggestion popup, the value is put in the same text field and another one is stocked in an…
Lancelot
  • 573
  • 2
  • 5
  • 27
0
votes
2 answers
0
votes
1 answer

How can I use Kendo AutoComplete in Grid column

I'm trying to convert a Kendo UI grid column from a dropdown to an Kendo AutoComplete. I'm using an MVVM pattern and can't find any examples that like mine. Here is what I have so far: In my viewModel: viewModel = kendo.observable({ suggestedVendor:…
Alan Fisher
  • 2,005
  • 4
  • 41
  • 61
0
votes
1 answer

kendo ui requestEnd event fires only once. Why?

i have a kendo grid whose detail rows are populated with editable grids of popup creation mode. Inside each of those popup creation windows i use, among others, a kendo autocomplete widget: …
user1221271
  • 65
  • 4
  • 10
0
votes
1 answer

New dataSource with Kendo AutoComplete

I've got a problem with Kendo AutoComplete. I have a form with a few fields on which I'd like to apply the AutoComplete Widget. Some of these fields are dynamically created after the user makes some action. Here's what I did : function…
Lancelot
  • 573
  • 2
  • 5
  • 27
0
votes
1 answer

kendoAutoComplete expects that JSON reponse contains the same propertyname as the search filter

Datasource is defined as: var KendoDataSource_EmployeeAutoCompleteByFirstName = { serverFiltering: true, serverPaging: true, serverSorting: true, pageSize: 10, transport: { read: { url:…
Stef Heyenrath
  • 9,335
  • 12
  • 66
  • 121
0
votes
1 answer

Kendo Autocomplete datavalue field is not coming

Hi i am using kendo ui autocomplete but i am not getting the Value field in the server wrapper code. any help is greatly appriciated. if any alternative is there for this issue please suggest. var comboBox = htmlHelper.Kendo().AutoComplete() …
Rudresha Parameshappa
  • 3,826
  • 3
  • 25
  • 39
0
votes
1 answer

Write HTML inside Kendo Panelbar

I have a Kendo PanelBar which is having two panels currently. In Ist panel I am having a Kendo TreeView and in 2nd panel, I am having multiple Kendo AutoCompletes. Now I have to insert Labels above each AutoComplete to display some information and…
Vikram Sharma
  • 377
  • 1
  • 8
  • 21
0
votes
0 answers

Kendo autocomplete not displaying already selected values

I am using kendo autocomplete and datasource is hardcoded.i have to show the items in the autocomplete which are not selected.So i have to hide the values which are already selected.For that i am using the following code // create a…
웃웃웃웃웃
  • 11,829
  • 15
  • 59
  • 91
-1
votes
1 answer

What's Wrong With My KendoUI Data Source

I'm working on getting an AutoComplete widget to work. This code works: var clients = [{ "ClientId": 123, "Name": "Steve" }, { "ClientId": 124, "Name": "Julie" }]; $("#client").kendoAutoComplete({ minLength: 1, filter:…
ssmith
  • 8,092
  • 6
  • 52
  • 93
1 2 3 4 5 6
7