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

Grid remote data binding

1 Answer 176 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Srinivasulu
Top achievements
Rank 1
Srinivasulu asked on 15 May 2012, 02:11 PM
If i want to use my remote data for binding the grid, what is the schema format to be followed for getting the data.

1. what is type: "odata" ?
2. what is the procedure to be added for my operational contract to get the schema with supports remote data binding. 

 type: "odata",
     transport: {
                            read: "http://demos.kendoui.com/service/Northwind.svc/Orders"
                        },

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 16 May 2012, 05:33 PM
Hello Srinivasulu,

Straight to you questions:
  1. The Open Data Protocol (OData) is a Web protocol for querying and updating data. For more detailed information please check here
  2. The DataSource schema sets the object responsible for describing the raw data format and its configuration depends on your data. Please take a closer look at this online demo - it illustrates Kendo UI Grid bound to remote data.

Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Srinivasulu
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or