From 6f6ece5b0702e44f3ca92d57f2a9f01de33be7a1 Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Tue, 25 Jan 2022 10:08:11 +0200 Subject: [PATCH] Update readme.md (#148) --- grid/odata/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grid/odata/readme.md b/grid/odata/readme.md index 883f2683..28a996d0 100644 --- a/grid/odata/readme.md +++ b/grid/odata/readme.md @@ -15,3 +15,5 @@ The approaches for requesting a remote services are different in a server-side a * 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. > 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. + +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.