[PR #1539] [CLOSED] Added ChipTemplate to DropDownDataGrid #2790

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1539
Author: @stlufred
Created: 6/1/2024
Status: Closed

Base: masterHead: add-chiptemplate-to-dropdowndatagrid


📝 Commits (1)

  • 56edb4c Added ChipTemplate to DropDownDataGrid

📊 Changes

2 files changed (+9 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDownDataGrid.razor (+2 -2)
📝 Radzen.Blazor/RadzenDropDownDataGrid.razor.cs (+7 -0)

📄 Description

Chips only had effect if no Template was present (line 41). And the markup for when Chips was active was trying to use template (line 50).

Fixed the confusion by adding a new template to personalize the rendering of the chips...


🔄 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/1539 **Author:** [@stlufred](https://github.com/stlufred) **Created:** 6/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-chiptemplate-to-dropdowndatagrid` --- ### 📝 Commits (1) - [`56edb4c`](https://github.com/radzenhq/radzen-blazor/commit/56edb4cc90297f7813e99b91a5390047a76d7fda) Added ChipTemplate to DropDownDataGrid ### 📊 Changes **2 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor` (+2 -2) 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor.cs` (+7 -0) </details> ### 📄 Description Chips only had effect if no Template was present (line 41). And the markup for when Chips was active was trying to use template (line 50). Fixed the confusion by adding a new template to personalize the rendering of the chips... --- <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:30 +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#2790