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

ListView with json/jsonp databinding

1 Answer 377 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Ran
Top achievements
Rank 1
Ran asked on 23 Jul 2012, 07:31 AM
Hi,
I am trying to create a ListView with remote json/jsonp databinding for Kendo mobile.
I have seen the databinding demo (http://demos.kendoui.com/mobile/listview/databinding.html), but I can't seem to convert it into a json/jsonp web service.
I also tried with the non-mobile Kendo Web remote binding (http://demos.kendoui.com/web/datasource/remote-data.html) which works great by itself, but not in a Kendo mobile application.

is there a demo similar to the Kendo mobile ListView databinding demo (http://demos.kendoui.com/mobile/listview/databinding.html), but with a json/jsonp web service?

Many thanx
Ran

1 Answer, 1 is accepted

Sort by
0
Ran
Top achievements
Rank 1
answered on 02 Aug 2012, 09:13 AM
Update

For anyone else looking for a Mobile ListView With an external bound JSON source, I attached a working demo for what I was looking for myself.

Please note that the JSON source is not remote. ie. it is on the same server. For consuming from an external server you would need to change to JSONP and possibly be running on a real server, such as IIS, apache, etc. (Not 100% sure about that last one. Someone from Kendo will hopefully comment on that)

Tags
ListView (Mobile)
Asked by
Ran
Top achievements
Rank 1
Answers by
Ran
Top achievements
Rank 1
Share this question
or