[PR #2049] [CLOSED] Add SubmitForm method to RadzenTemplateForm class #3046

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2049
Author: @JvanderStad
Created: 3/21/2025
Status: Closed

Base: masterHead: development/jeffrey/feat/submit-form-outside-form


📝 Commits (1)

  • c5cdebd Add SubmitForm method to RadzenTemplateForm class

📊 Changes

1 file changed (+12 additions, -0 deletions)

View changed files

📝 Radzen.Blazor/RadzenTemplateForm.cs (+12 -0)

📄 Description

Introduces a new public method SubmitForm that allows for programmatic form submission form outside the Component by using @ref. The method includes XML documentation detailing its purpose and behavior, and it calls OnSubmit() to manage the submission process.


🔄 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/2049 **Author:** [@JvanderStad](https://github.com/JvanderStad) **Created:** 3/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `development/jeffrey/feat/submit-form-outside-form` --- ### 📝 Commits (1) - [`c5cdebd`](https://github.com/radzenhq/radzen-blazor/commit/c5cdebdf9f164331aa83c6c18107c5aea055a6a2) Add SubmitForm method to RadzenTemplateForm class ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenTemplateForm.cs` (+12 -0) </details> ### 📄 Description Introduces a new public method `SubmitForm` that allows for programmatic form submission form outside the `Component` by using `@ref`. The method includes XML documentation detailing its purpose and behavior, and it calls `OnSubmit()` to manage the submission process. --- <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:40 +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#3046