[PR #536] [MERGED] [BreadCrumb] Allow Item specific Templates #2225

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/536
Author: @MPapst
Created: 7/20/2022
Status: Merged
Merged: 7/21/2022
Merged by: @enchev

Base: masterHead: feature/template-in-breadcrumb-item


📝 Commits (1)

  • 07aaafc allow override of Template with ChildContent in BreadCrumbItem

📊 Changes

3 files changed (+35 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenBreadCrumbItem.razor (+5 -1)
📝 Radzen.Blazor/RadzenBreadCrumbItem.razor.cs (+8 -1)
📝 RadzenBlazorDemos/Pages/BreadCrumbPage.razor (+22 -0)

📄 Description

This PR introduces an implementation of the ChildContent property for RadzenBreadCrumbItem components.

Setting a ChildContent overrides the default display of the compoent and any set Template cascading parameter.


🔄 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/536 **Author:** [@MPapst](https://github.com/MPapst) **Created:** 7/20/2022 **Status:** ✅ Merged **Merged:** 7/21/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/template-in-breadcrumb-item` --- ### 📝 Commits (1) - [`07aaafc`](https://github.com/radzenhq/radzen-blazor/commit/07aaafc88a863b57f612dc0fc9cc4d641e62464e) allow override of Template with ChildContent in BreadCrumbItem ### 📊 Changes **3 files changed** (+35 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenBreadCrumbItem.razor` (+5 -1) 📝 `Radzen.Blazor/RadzenBreadCrumbItem.razor.cs` (+8 -1) 📝 `RadzenBlazorDemos/Pages/BreadCrumbPage.razor` (+22 -0) </details> ### 📄 Description This PR introduces an implementation of the `ChildContent` property for `RadzenBreadCrumbItem` components. Setting a `ChildContent` overrides the default display of the compoent and any set `Template` cascading parameter. --- <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:17:49 +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#2225