[PR #93] [MERGED] Refresh RadzenSteps and RadzenGrid when bound properties change #2019

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/93
Author: @efthymios-ks
Created: 4/1/2021
Status: Merged
Merged: 4/2/2021
Merged by: @enchev

Base: masterHead: master


📝 Commits (2)

  • b40d488 Refresh RadzenSteps when Previous/NextText property changes
  • 0bbda2e Refresh RadzenGrid when bound EmptyText property changes

📊 Changes

2 files changed (+43 additions, -4 deletions)

View changed files

📝 Radzen.Blazor/RadzenGrid.razor (+14 -1)
📝 Radzen.Blazor/RadzenSteps.razor (+29 -3)

📄 Description

When bound text properties change, UI doesn't follow along automatically until a StateHasChanged() has been invoked from anywhere.
I added a couple of lines in the properties setter to invoke StateHasChanged().


🔄 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/93 **Author:** [@efthymios-ks](https://github.com/efthymios-ks) **Created:** 4/1/2021 **Status:** ✅ Merged **Merged:** 4/2/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b40d488`](https://github.com/radzenhq/radzen-blazor/commit/b40d488a0104a40d8ffd9fb023924893c04dc96b) Refresh RadzenSteps when Previous/NextText property changes - [`0bbda2e`](https://github.com/radzenhq/radzen-blazor/commit/0bbda2e420de7f88327dac2885a6857cf4428f46) Refresh RadzenGrid when bound EmptyText property changes ### 📊 Changes **2 files changed** (+43 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenGrid.razor` (+14 -1) 📝 `Radzen.Blazor/RadzenSteps.razor` (+29 -3) </details> ### 📄 Description When bound text properties change, UI doesn't follow along automatically until a StateHasChanged() has been invoked from anywhere. I added a couple of lines in the properties setter to invoke StateHasChanged(). --- <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:16:45 +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#2019