[PR #1903] [MERGED] IRadzenFormComponent: Add Disabled, from RadzenFormComponent<T> #2955

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1903
Author: @pianomanjh
Created: 1/10/2025
Status: Merged
Merged: 1/13/2025
Merged by: @enchev

Base: masterHead: feature/disabled-iradzenformcomponent


📝 Commits (1)

  • 6caa2cc adds Disabled, from RadzenFormComponent, to the IRadzenFormComponent interface, for better integration with cross-cutting form behavior

📊 Changes

2 files changed (+9 additions, -2 deletions)

View changed files

📝 Radzen.Blazor.Tests/NumericRangeValidatorTests.cs (+3 -1)
📝 Radzen.Blazor/Common.cs (+6 -1)

📄 Description

Include Disabled on the IRadzenFormComponent interface, for better integration with cross-cutting form behavior. For example, we have a component that leverages this interface to apply FluentValidations in a transparent manner, leveraging the IRadzenFormComponent.FieldIdentifier retrieved from the cascading IRadzenForm. This allows the setting of the Disabled state in a cross-cutting manner.


🔄 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/1903 **Author:** [@pianomanjh](https://github.com/pianomanjh) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/disabled-iradzenformcomponent` --- ### 📝 Commits (1) - [`6caa2cc`](https://github.com/radzenhq/radzen-blazor/commit/6caa2ccc5c08ea18e4e68fc9081053e648695ebd) adds Disabled, from RadzenFormComponent<T>, to the IRadzenFormComponent interface, for better integration with cross-cutting form behavior ### 📊 Changes **2 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/NumericRangeValidatorTests.cs` (+3 -1) 📝 `Radzen.Blazor/Common.cs` (+6 -1) </details> ### 📄 Description Include Disabled on the `IRadzenFormComponent` interface, for better integration with cross-cutting form behavior. For example, we have a component that leverages this interface to apply FluentValidations in a transparent manner, leveraging the `IRadzenFormComponent.FieldIdentifier` retrieved from the cascading `IRadzenForm`. This allows the setting of the Disabled state in a cross-cutting manner. --- <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:21:16 +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#2955