Skip to content

Commit

Permalink
Update readme.md (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-bratanov authored Jan 25, 2022
1 parent eb3d4ef commit 6f6ece5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grid/odata/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6f6ece5

Please sign in to comment.