[PR #1926] [MERGED] fixed InvokeAsync(Reload); not awaited #2972

Closed
opened 2026-01-29 18:21:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1926
Author: @nielsNocore
Created: 1/27/2025
Status: Merged
Merged: 1/28/2025
Merged by: @enchev

Base: masterHead: fix-reloaddata-notAwaited


📝 Commits (1)

  • e8f67c4 fixed InvokeAsync(Reload); not awaited in datagrid en pagedDataBoundComponent

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 Radzen.Blazor/PagedDataBoundComponent.cs (+3 -3)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+3 -3)

📄 Description

fixed InvokeAsync(Reload); not awaited in datagrid en pagedDataBoundComponent

the reload methods where not awaited which can result in exceptions being missed when loading fails.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1926 **Author:** [@nielsNocore](https://github.com/nielsNocore) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `fix-reloaddata-notAwaited` --- ### 📝 Commits (1) - [`e8f67c4`](https://github.com/radzenhq/radzen-blazor/commit/e8f67c4f919f023dc76753d1c1f00c4626123999) fixed InvokeAsync(Reload); not awaited in datagrid en pagedDataBoundComponent ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/PagedDataBoundComponent.cs` (+3 -3) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+3 -3) </details> ### 📄 Description fixed InvokeAsync(Reload); not awaited in datagrid en pagedDataBoundComponent the reload methods where not awaited which can result in exceptions being missed when loading fails. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:21:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2972