Skip to content

Commit 6f6ece5

Browse files
Update readme.md (#148)
1 parent eb3d4ef commit 6f6ece5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grid/odata/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ The approaches for requesting a remote services are different in a server-side a
1515
* 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.
1616

1717
> 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

Comments
 (0)