[PR #962] [MERGED] fix pageSize change datagrid not reload work #2427

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/962
Author: @pigwing
Created: 5/5/2023
Status: Merged
Merged: 5/9/2023
Merged by: @enchev

Base: masterHead: master


📝 Commits (4)

📊 Changes

1 file changed (+2 additions, -6 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+2 -6)

📄 Description

@see f5b7ddcf0e
PageSize changed should invoke Reload() only when needed
here if pageSize = value;
base.OnPageSizeChanged(value); await InvokeAsync(Reload); will never be executed.


🔄 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/962 **Author:** [@pigwing](https://github.com/pigwing) **Created:** 5/5/2023 **Status:** ✅ Merged **Merged:** 5/9/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`fbe4b15`](https://github.com/radzenhq/radzen-blazor/commit/fbe4b15a83fe74e7431f34d54c8677923a2e01dc) fix ProgressBar template display error - [`65e110d`](https://github.com/radzenhq/radzen-blazor/commit/65e110d97bda23bf2e69db739b509ec8edc0f204) Merge branch 'radzenhq:master' into master - [`0bdbf5d`](https://github.com/radzenhq/radzen-blazor/commit/0bdbf5d1ca0c8364bb393c3bdd20c6fabca99e71) @see https://github.com/radzenhq/radzen-blazor/commit/f5b7ddcf0e99e1a42f3359b11fef637032892a5d - [`8828d68`](https://github.com/radzenhq/radzen-blazor/commit/8828d6874438904c74a28bdbb7d2955d60bffa3f) modify the method call order ### 📊 Changes **1 file changed** (+2 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+2 -6) </details> ### 📄 Description @see https://github.com/radzenhq/radzen-blazor/commit/f5b7ddcf0e99e1a42f3359b11fef637032892a5d PageSize changed should invoke Reload() only when needed here if pageSize = value; base.OnPageSizeChanged(value); await InvokeAsync(Reload); will never be executed. --- <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:18:47 +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#2427