I have what I believe is a fairly common and straight-forward scenario that I am trying to figure out with Kendoui Mobile:
First I display a ListView is retrieves data from a Web Service via the Datasource object to display a list of Customers. I use a template here to add a link:
When you click on a customer, I navigate to a new MobileView called CustomerDetailView - where I would like to display the following:
Customer Name, Address and other simple information
List of Contacts (in a ListView)
List of Sales (also in a ListView)
I can't seem to find an example that shows how this would work. Here is where I am at right now:
And on the show event of the MobileView I retrieve the data:
Attached is a screenshot of part of the JSON data that is returned by the web service, to give you an idea what I am dealing with here.