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. 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"
},