This is a migrated thread and some comments may be shown as answers.

source for AutoComplete in Editable ListView

2 Answers 75 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Muhammed Shakir
Top achievements
Rank 2
Muhammed Shakir asked on 02 Jun 2012, 03:22 PM
Hi ALL,

I am using http://demos.kendoui.com/web/listview/editing.html - Instead of plain textinput I am using AutoComplete. How do I specify the source of the AutoComplete. I do not want return list of Options for AutoComplete along with model from server with each and every model object. 

Please help

Muhammed Shakir
mslearningandconsulting.com

2 Answers, 1 is accepted

Sort by
0
Muhammed Shakir
Top achievements
Rank 2
answered on 02 Jun 2012, 03:37 PM
Achieved as follows:

parse : function (data) {

var allEvents = data;

for (var i = 0; i < allEvents.length; i++) {

event = allEvents[i];

event.clients = clientsList;

event.availableTechnologyTags = techTagsList;

}

return data;

},

Kendo UI Rocks. Die Hard fan of KendoUI. My soul use to shiver with the very idea of working with JavaScript. but with Kendo in my life, it is different. Kudos to Kendo team
0
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 05 Sep 2012, 05:59 PM
Where is the parse event? I do not see it in the documentation.
Tags
ListView
Asked by
Muhammed Shakir
Top achievements
Rank 2
Answers by
Muhammed Shakir
Top achievements
Rank 2
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or