[PR #1346] [MERGED] Change RadzenDataGrid OnSort to async #2683

Open
opened 2026-01-29 18:19:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1346
Author: @egans146
Created: 1/26/2024
Status: Merged
Merged: 1/28/2024
Merged by: @enchev

Base: masterHead: async-onOrder-fix-1345


📝 Commits (1)

  • 5be854a change RadzenDatagrid OnSort to async

📊 Changes

2 files changed (+17 additions, -18 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+14 -16)
📝 Radzen.Blazor/RadzenDataGridHeaderCell.razor (+3 -2)

📄 Description

Fix for RadzenDataGrid displays incorrectly ordered data when using async LoadData #1345
OnSort function has been changed to an async function similar to OnFilter


🔄 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/1346 **Author:** [@egans146](https://github.com/egans146) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `async-onOrder-fix-1345` --- ### 📝 Commits (1) - [`5be854a`](https://github.com/radzenhq/radzen-blazor/commit/5be854abf2241a2238407a464ac9eda1b7a166e4) change RadzenDatagrid OnSort to async ### 📊 Changes **2 files changed** (+17 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+14 -16) 📝 `Radzen.Blazor/RadzenDataGridHeaderCell.razor` (+3 -2) </details> ### 📄 Description Fix for RadzenDataGrid displays incorrectly ordered data when using async LoadData #1345 OnSort function has been changed to an async function similar to OnFilter --- <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:19:59 +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#2683