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

AutoComplete...

3 Answers 55 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robin
Top achievements
Rank 1
Robin asked on 02 May 2013, 12:43 AM
I have an Icenium project, and am trying to get Kendo autocomplete to work.  I have a working jsBin (http://jsbin.com/alesuy/9/edit) that illustrates my problem.  While it works fine in jsbin, in my Icenium app I cannot get the autocomplete drop downs to show up.  I can see the network requests being made for the subsequent set, but nothing happens when I start typing in the second input box.
Icenium project git at https://github.com/giltnerj0/AutoCompleteTest.git, I think I have it so it can be cloned.
Any pointers would be greatly appreciated.

Thank you.

Robin

3 Answers, 1 is accepted

Sort by
0
Jeroen
Top achievements
Rank 1
answered on 02 May 2013, 02:42 PM
When working with data I ran into a problem with data on a remote server. For Jquery Mobile I ran into this document mentioning the CORS setting.
After some googling I found this page for Kendo UI . 

http://docs.kendoui.com/howto/use-cors-with-all-modern-
0
Robin
Top achievements
Rank 1
answered on 02 May 2013, 05:06 PM
Yeah, made it over the CORS hurdle, the OPTIONS preflight goes across, and then the GET happens, and returns the corrent data. I just can't get the actual autocomplete to happen.  Works fine as a jsbin, but can't get Icenium (Mist or Graphite emulator) or the app on my device to work.

Thanks.
0
Robin
Top achievements
Rank 1
answered on 02 May 2013, 09:53 PM
Can this thread just be deleted ? Geez I'm dumb sometimes.  It helps if I include the kendo.web.min.js in the project since AutoComplete is a web widget, not a Mobile one.
That would also explain why the jsbin works, as it includes kendo.all.min.js

Thanks. 
Tags
General Discussion
Asked by
Robin
Top achievements
Rank 1
Answers by
Jeroen
Top achievements
Rank 1
Robin
Top achievements
Rank 1
Share this question
or