[PR #1171] [MERGED] Add support for EditTemplate #2555

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1171
Author: @viceroypenguin
Created: 9/27/2023
Status: Merged
Merged: 9/27/2023
Merged by: @enchev

Base: masterHead: edittemplate-pr


📝 Commits (1)

  • 672e48c Add support for EditTemplate

📊 Changes

2 files changed (+32 additions, -8 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+7 -0)
📝 Radzen.Blazor/RadzenDataGridRow.razor (+25 -8)

📄 Description

This PR adds an EditTemplate to the RadzenDataGrid, with a cascading EditContext, so that the child elements can participate in the same edit context as the parent row.

Fixes #1167


🔄 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/1171 **Author:** [@viceroypenguin](https://github.com/viceroypenguin) **Created:** 9/27/2023 **Status:** ✅ Merged **Merged:** 9/27/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `edittemplate-pr` --- ### 📝 Commits (1) - [`672e48c`](https://github.com/radzenhq/radzen-blazor/commit/672e48cf69aadff56691c55c1e895ec2b32b3ddc) Add support for `EditTemplate` ### 📊 Changes **2 files changed** (+32 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenDataGridRow.razor` (+25 -8) </details> ### 📄 Description This PR adds an `EditTemplate` to the `RadzenDataGrid`, with a cascading `EditContext`, so that the child elements can participate in the same edit context as the parent row. Fixes #1167 --- <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:23 +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#2555