[PR #1317] [MERGED] Can change added #2663

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1317
Author: @marekm294
Created: 1/10/2024
Status: Merged
Merged: 1/23/2024
Merged by: @akorchev

Base: masterHead: RadzenSteps-CanChange


📝 Commits (6)

📊 Changes

4 files changed (+203 additions, -4 deletions)

View changed files

📝 Radzen.Blazor/RadzenSteps.razor.cs (+33 -4)
Radzen.Blazor/StepsCanChangeEventArgs.cs (+28 -0)
RadzenBlazorDemos/Pages/StepsCanChange.razor (+135 -0)
📝 RadzenBlazorDemos/Pages/StepsPage.razor (+7 -0)

📄 Description

Image situation: ask user if he really wants to change step with dialog. Or maybe ask user, if he wants to change current step without saving changes made in this step.
This PR allows both


🔄 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/1317 **Author:** [@marekm294](https://github.com/marekm294) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `RadzenSteps-CanChange` --- ### 📝 Commits (6) - [`d21ad63`](https://github.com/radzenhq/radzen-blazor/commit/d21ad63f3c35d6ad2048f821e4e3964c08d31845) Can change added - [`98c55f9`](https://github.com/radzenhq/radzen-blazor/commit/98c55f9d5e62d254f067e24cecacdb136be12ea3) demo added - [`89699c2`](https://github.com/radzenhq/radzen-blazor/commit/89699c2c8526863befdc7c784537e7e0df8414bd) CanChange with EventCallback - [`75167af`](https://github.com/radzenhq/radzen-blazor/commit/75167af77662f5ef8697a0cba5c0a5bccb126652) renamed - [`35d4314`](https://github.com/radzenhq/radzen-blazor/commit/35d4314127cd1611a8fa5b01752ecb85e5315b15) Rename to follow existing naming conventions. - [`e98b703`](https://github.com/radzenhq/radzen-blazor/commit/e98b703a876e372e4a97999a0f20e105efa20ddc) Add description. ### 📊 Changes **4 files changed** (+203 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSteps.razor.cs` (+33 -4) ➕ `Radzen.Blazor/StepsCanChangeEventArgs.cs` (+28 -0) ➕ `RadzenBlazorDemos/Pages/StepsCanChange.razor` (+135 -0) 📝 `RadzenBlazorDemos/Pages/StepsPage.razor` (+7 -0) </details> ### 📄 Description Image situation: ask user if he really wants to change step with dialog. Or maybe ask user, if he wants to change current step without saving changes made in this step. This PR allows both --- <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:53 +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#2663