is this what you're looking for:
http://www.kendoui.com/code-library/mobile/listview/listview---mvvm-crud-operations.aspx
I copied the body section into a new icenium project from the example html, moved the trailing </body> to above the <script> as graphite thinks it's a syntax error, clicked run and had it working on the nexus 10 in a couple of mins.
Pete
0
Jordan
Telerik team
answered on 19 Nov 2012, 07:55 AM
Hello Tony,
Thank you for trying out Icenium and hope you like it.
On you question, easiest way to consume JSON/JSONP services from Icenium project is by jQuery ajax methods.
Note: You can debug your JSON consuming application on device or in Icenium Graphite (Windows client) due to browser security limitations for Mist (in-browser client) as discussed here unless your service specifies :
Access-Control-Allow-Origin: *
Services exposing JSONP (like Twitter) do not have this limitation as it is intended for CORS scenario usage and can be debugged in Icenium Mist in browser.
Kind regards,
Jordan
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Pete - thanks for your reply...I was able to successfully do what you described and got it running in a couple of minutes. Jordan - thanks for your reply as well, I will look over the ajax documentation. I love the direction you guys are taking Icenium...keep up the good work!