[PR #1503] [MERGED] Add a Footer template to RadzenDropZone #2769

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1503
Author: @MPapst
Created: 5/13/2024
Status: Merged
Merged: 5/15/2024
Merged by: @enchev

Base: masterHead: feature/drop-zone-footer


📝 Commits (3)

  • 1bcb9cc Add a Footer template to RadzenDropZone
  • 869cc0a Add header over the Footer Template Demo
  • d0468d2 rename FooterTemplate to Footer

📊 Changes

4 files changed (+149 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropZone.razor (+1 -0)
📝 Radzen.Blazor/RadzenDropZone.razor.cs (+8 -1)
RadzenBlazorDemos/Pages/DropZoneFooterTemplate.razor (+129 -0)
📝 RadzenBlazorDemos/Pages/DropZonePage.razor (+11 -1)

📄 Description

This PR adds a Footer Template to the RadzenDropZone.

As the ChildContent RenderFragment is rendered above the Items, I was in need of a way to add items from within the DropZone.

Demo is added:
image


🔄 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/1503 **Author:** [@MPapst](https://github.com/MPapst) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/drop-zone-footer` --- ### 📝 Commits (3) - [`1bcb9cc`](https://github.com/radzenhq/radzen-blazor/commit/1bcb9cc697ba530ff12d103ef77d1be9eb2cc0b0) Add a Footer template to RadzenDropZone - [`869cc0a`](https://github.com/radzenhq/radzen-blazor/commit/869cc0af2e4148dbf0caafd7b8c7ff366618bb6e) Add header over the Footer Template Demo - [`d0468d2`](https://github.com/radzenhq/radzen-blazor/commit/d0468d2ebe67bdad4921c70a2dda797959e7539a) rename FooterTemplate to Footer ### 📊 Changes **4 files changed** (+149 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropZone.razor` (+1 -0) 📝 `Radzen.Blazor/RadzenDropZone.razor.cs` (+8 -1) ➕ `RadzenBlazorDemos/Pages/DropZoneFooterTemplate.razor` (+129 -0) 📝 `RadzenBlazorDemos/Pages/DropZonePage.razor` (+11 -1) </details> ### 📄 Description This PR adds a Footer Template to the RadzenDropZone. As the ChildContent RenderFragment is rendered above the Items, I was in need of a way to add items from within the DropZone. Demo is added: ![image](https://github.com/radzenhq/radzen-blazor/assets/16494676/5226f66b-559a-41d4-8caa-7511b4db4354) --- <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:20:24 +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#2769