Skip to content

951958: Included GitHub sample location #5950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v29.1.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion blazor/datagrid/connecting-to-adaptors/odatav4-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,6 @@ public IActionResult Delete(int key)
{% endhighlight %}
{% endtabs %}

![Delete Record](../images/odatav4-adaptor-delete-record.png)
![Delete Record](../images/odatav4-adaptor-delete-record.png)

Please find the sample in this [GitHub location](https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-blazor-data-grid/tree/master/ODataV4Adaptor).
4 changes: 3 additions & 1 deletion blazor/datagrid/connecting-to-adaptors/url-adaptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -842,4 +842,6 @@ public IActionResult BatchUpdate([FromBody] CRUDModel<OrdersDetails> batchModel)
{% endhighlight %}
{% endtabs %}

![UrlAdaptor - Batch Editing](../images/urladaptor-batch-editing.gif)
![UrlAdaptor - Batch Editing](../images/urladaptor-batch-editing.gif)

Please find the sample in this [GitHub location](https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-blazor-data-grid/tree/master/UrlAdaptor).