[PR #1200] [CLOSED] partial validation is supported #2583

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1200
Author: @marekm294
Created: 10/18/2023
Status: Closed

Base: masterHead: RadzenStepsPartlyValidationSupport


📝 Commits (2)

📊 Changes

5 files changed (+97 additions, -13 deletions)

View changed files

📝 Radzen.Blazor/RadzenSteps.razor.cs (+38 -13)
📝 Radzen.Blazor/RadzenStepsItem.cs (+8 -0)
RadzenBlazorDemos/Models/UserInput.cs (+8 -0)
📝 RadzenBlazorDemos/Pages/StepsPage.razor (+11 -0)
RadzenBlazorDemos/Pages/StepsPartialValidation.razor (+32 -0)

📄 Description

Before that, RadzenStep could not be moved to next if Validation failed. This feature allows to validate only part of model in each step.

Limitations - Model is still validated and if the user moves to the next step, he will see validation messages. It would be nice to improve in the future somehow.


🔄 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/1200 **Author:** [@marekm294](https://github.com/marekm294) **Created:** 10/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `RadzenStepsPartlyValidationSupport` --- ### 📝 Commits (2) - [`6b5c8ce`](https://github.com/radzenhq/radzen-blazor/commit/6b5c8ce0d0a1653d7bd2b1f3c0094825d1843ca9) partly validation is supported - [`2205040`](https://github.com/radzenhq/radzen-blazor/commit/2205040ddca0b8fc501d0aa8fd3e7012e92897cd) Simple demo ### 📊 Changes **5 files changed** (+97 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSteps.razor.cs` (+38 -13) 📝 `Radzen.Blazor/RadzenStepsItem.cs` (+8 -0) ➕ `RadzenBlazorDemos/Models/UserInput.cs` (+8 -0) 📝 `RadzenBlazorDemos/Pages/StepsPage.razor` (+11 -0) ➕ `RadzenBlazorDemos/Pages/StepsPartialValidation.razor` (+32 -0) </details> ### 📄 Description Before that, RadzenStep could not be moved to next if Validation failed. This feature allows to validate only part of model in each step. Limitations - Model is still validated and if the user moves to the next step, he will see validation messages. It would be nice to improve in the future somehow. --- <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:31 +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#2583