You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grid/odata/readme.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,5 @@ The approaches for requesting a remote services are different in a server-side a
15
15
* You need a model for the grid data and an envelope for the response object. The response model (envelope) must have `System.Text.Json.Serialization.JsonPropertyName` attributes set to point to the OData fields in the response.
16
16
17
17
> Tip: if you will be using nested models, you may need to add an `$expand` to your base URL and properly deserialize and expand them in the service handler.
18
+
19
+
These samples use the [Kendo OData backend service](https://github.com/telerik/kendo-ui-demos-service), but you can replace it with any OData v4 compatible service.
0 commit comments