[PR #9] [MERGED] Validation #1973

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/9
Author: @akorchev
Created: 1/7/2020
Status: Merged
Merged: 1/7/2020
Merged by: @akorchev

Base: masterHead: validation


📝 Commits (5)

📊 Changes

9 files changed (+450 additions, -8 deletions)

View changed files

Pages/CompareValidatorPage.razor (+83 -0)
📝 Pages/DataGridInLineEditPage.razor (+10 -6)
Pages/EmailValidatorPage.razor (+73 -0)
📝 Pages/Index.razor (+1 -1)
Pages/LengthValidatorPage.razor (+86 -0)
Pages/NumericRangeValidator.razor (+73 -0)
Pages/RequiredValidatorPage.razor (+82 -0)
📝 Pages/_Host.cshtml (+1 -1)
📝 Shared/MainLayout.razor (+41 -0)

📄 Description

No description provided


🔄 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/9 **Author:** [@akorchev](https://github.com/akorchev) **Created:** 1/7/2020 **Status:** ✅ Merged **Merged:** 1/7/2020 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `validation` --- ### 📝 Commits (5) - [`02480d2`](https://github.com/radzenhq/radzen-blazor/commit/02480d27ccf1616b8435c6d8b915c860e34477a5) RequiredValidator demo. - [`5d89f4d`](https://github.com/radzenhq/radzen-blazor/commit/5d89f4dc9826e4574296aff7065c8f8ed46433d8) LengthValidator demo. - [`fda49f1`](https://github.com/radzenhq/radzen-blazor/commit/fda49f18572fb0fc23d27a129d276c31b9109bbc) NumericRangeValidator page. - [`66c9a03`](https://github.com/radzenhq/radzen-blazor/commit/66c9a03a4efab717eb4413a4e1755183088965e8) CompareValidator demo page. - [`ca0767c`](https://github.com/radzenhq/radzen-blazor/commit/ca0767c68dc0c44ed3269088ddece8c3b6084a0c) EmailValidator demo page. ### 📊 Changes **9 files changed** (+450 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `Pages/CompareValidatorPage.razor` (+83 -0) 📝 `Pages/DataGridInLineEditPage.razor` (+10 -6) ➕ `Pages/EmailValidatorPage.razor` (+73 -0) 📝 `Pages/Index.razor` (+1 -1) ➕ `Pages/LengthValidatorPage.razor` (+86 -0) ➕ `Pages/NumericRangeValidator.razor` (+73 -0) ➕ `Pages/RequiredValidatorPage.razor` (+82 -0) 📝 `Pages/_Host.cshtml` (+1 -1) 📝 `Shared/MainLayout.razor` (+41 -0) </details> ### 📄 Description _No description provided_ --- <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:33 +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#1973