[PR #1298] [MERGED] made toggle visibility column optional, added group header with toggle #2656

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1298
Author: @CodeProTv
Created: 12/24/2023
Status: Merged
Merged: 1/2/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 734c780 made toggle visibility column optional, added group header with toggle

📊 Changes

5 files changed (+66 additions, -31 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+19 -11)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+15 -1)
📝 Radzen.Blazor/RadzenDataGridGroupFooterRow.razor (+3 -0)
📝 Radzen.Blazor/RadzenDataGridGroupRow.razor (+20 -13)
📝 Radzen.Blazor/RadzenDataGridRow.razor (+9 -6)

📄 Description

made the default group toggle visibility column optional. Added new group header template that allows for plugging in custom toggling visibility of groups implementation.


🔄 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/1298 **Author:** [@CodeProTv](https://github.com/CodeProTv) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 1/2/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`734c780`](https://github.com/radzenhq/radzen-blazor/commit/734c780125107915c18604f1a01f164a3ea8cb7e) made toggle visibility column optional, added group header with toggle ### 📊 Changes **5 files changed** (+66 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+19 -11) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+15 -1) 📝 `Radzen.Blazor/RadzenDataGridGroupFooterRow.razor` (+3 -0) 📝 `Radzen.Blazor/RadzenDataGridGroupRow.razor` (+20 -13) 📝 `Radzen.Blazor/RadzenDataGridRow.razor` (+9 -6) </details> ### 📄 Description made the default group toggle visibility column optional. Added new group header template that allows for plugging in custom toggling visibility of groups implementation. --- <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:51 +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#2656