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

Webservice return type for json data

2 Answers 168 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
Saurav
Top achievements
Rank 1
Saurav asked on 14 May 2012, 11:03 AM
Hello! I am new kendo ui and i am developing a mobile web application for an institute. At first stage, I want to show all the courses which contains 5 columns(eg name, details...). My question is how can I return these data to data reader and bind to listview?

Thanking you in advance!

2 Answers, 1 is accepted

Sort by
0
Abhishek
Top achievements
Rank 1
answered on 17 May 2012, 09:44 PM
Hi

Follow these steps:
1. To get the data from the DataBase you need to either create a WCF Data Service (OData) or a WCF Service that gives out JSON data.
2. Once that is accomplished, you will need to create a Kendo DataSource with source as the service created in the Step 1.
3. Bind this datasource to the ListView and show data using the Kendo UI templates.

Cheers
Abhishek
0
Dhananjay
Top achievements
Rank 1
answered on 18 Jun 2012, 03:17 AM
Tags
ListView (Mobile)
Asked by
Saurav
Top achievements
Rank 1
Answers by
Abhishek
Top achievements
Rank 1
Dhananjay
Top achievements
Rank 1
Share this question
or