[PR #334] [MERGED] DataGrid composite columns support added #2122

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/334
Author: @enchev
Created: 1/19/2022
Status: Merged
Merged: 1/19/2022
Merged by: @enchev

Base: masterHead: new-composite-columns


📝 Commits (8)

  • 92b7fe1 composite columns
  • 69f371a headers cells render reworked
  • fc6d299 composite columns render reworked again
  • 6cfc00d footer cells support added for composite columns
  • 9456324 code improved
  • 99bdbed Row details template expand fixed
  • 0f1ca6b Group, resize and reorder disabled for composite columns
  • f7ad8cb composite columns demo improved

📊 Changes

10 files changed (+469 additions, -189 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+19 -126)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+60 -54)
📝 Radzen.Blazor/RadzenDataGridCell.razor (+57 -1)
📝 Radzen.Blazor/RadzenDataGridColumn.cs (+63 -0)
Radzen.Blazor/RadzenDataGridColumn.razor (+11 -0)
Radzen.Blazor/RadzenDataGridFooterCell.razor (+37 -0)
Radzen.Blazor/RadzenDataGridHeaderCell.razor (+149 -0)
📝 Radzen.Blazor/RadzenDataGridRow.razor (+10 -8)
RadzenBlazorDemos/Pages/DataGridCompositeColumnsPage.razor (+56 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+7 -0)

📄 Description

No description provided


🔄 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/334 **Author:** [@enchev](https://github.com/enchev) **Created:** 1/19/2022 **Status:** ✅ Merged **Merged:** 1/19/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `new-composite-columns` --- ### 📝 Commits (8) - [`92b7fe1`](https://github.com/radzenhq/radzen-blazor/commit/92b7fe176f9f5fece7b1cb7e9dd752d9e523b6fe) composite columns - [`69f371a`](https://github.com/radzenhq/radzen-blazor/commit/69f371ad1409ea6b192fb14af3594a4500b9277e) headers cells render reworked - [`fc6d299`](https://github.com/radzenhq/radzen-blazor/commit/fc6d2990ad48f34b3cb6170ffb602bc133def961) composite columns render reworked again - [`6cfc00d`](https://github.com/radzenhq/radzen-blazor/commit/6cfc00db885d6858c6607d3707395ca8dbe95516) footer cells support added for composite columns - [`9456324`](https://github.com/radzenhq/radzen-blazor/commit/94563243652ddc641ad0258b8bf99ddfb9a1b8da) code improved - [`99bdbed`](https://github.com/radzenhq/radzen-blazor/commit/99bdbedba74b660a12b0282f2abf40e64ee27529) Row details template expand fixed - [`0f1ca6b`](https://github.com/radzenhq/radzen-blazor/commit/0f1ca6be17488de03f6f0ed6332aa6e9548cc5ac) Group, resize and reorder disabled for composite columns - [`f7ad8cb`](https://github.com/radzenhq/radzen-blazor/commit/f7ad8cb05c29d9750cef8cd7f8a964f8207d930f) composite columns demo improved ### 📊 Changes **10 files changed** (+469 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+19 -126) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+60 -54) 📝 `Radzen.Blazor/RadzenDataGridCell.razor` (+57 -1) 📝 `Radzen.Blazor/RadzenDataGridColumn.cs` (+63 -0) ➕ `Radzen.Blazor/RadzenDataGridColumn.razor` (+11 -0) ➕ `Radzen.Blazor/RadzenDataGridFooterCell.razor` (+37 -0) ➕ `Radzen.Blazor/RadzenDataGridHeaderCell.razor` (+149 -0) 📝 `Radzen.Blazor/RadzenDataGridRow.razor` (+10 -8) ➕ `RadzenBlazorDemos/Pages/DataGridCompositeColumnsPage.razor` (+56 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+7 -0) </details> ### 📄 Description _No description provided_ --- <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:19 +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#2122