[PR #2391] [MERGED] Add ExpandAll/CollapseAll button in hierarchy datagrid #3235

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2391
Author: @tharreck
Created: 12/15/2025
Status: Merged
Merged: 12/17/2025
Merged by: @enchev

Base: masterHead: feat/AddExpandCollapseAllInHierarchyDataGrid


📝 Commits (3)

  • ec50f31 Add ExpandAll/CollapseAll button in hierarchy datagrid
  • e2657e2 update icons of ExpandAll/CollapseAll button
  • 6f01cd7 Update naming and use default values for ExpandAllTitle and CollapseAllTitle

📊 Changes

2 files changed (+52 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+18 -7)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+34 -0)

📄 Description

Implementation of an ExpandAll/CollapseAll button for hierarchy datagrids

fixes #2390


🔄 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/2391 **Author:** [@tharreck](https://github.com/tharreck) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/17/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feat/AddExpandCollapseAllInHierarchyDataGrid` --- ### 📝 Commits (3) - [`ec50f31`](https://github.com/radzenhq/radzen-blazor/commit/ec50f31ca8661c2505b38d1d5103b8885f8b4842) Add ExpandAll/CollapseAll button in hierarchy datagrid - [`e2657e2`](https://github.com/radzenhq/radzen-blazor/commit/e2657e241a7d14fd9447083c00f001d5b53766ba) update icons of ExpandAll/CollapseAll button - [`6f01cd7`](https://github.com/radzenhq/radzen-blazor/commit/6f01cd7e336bac0edd9bf331a30b2574431744de) Update naming and use default values for ExpandAllTitle and CollapseAllTitle ### 📊 Changes **2 files changed** (+52 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+18 -7) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+34 -0) </details> ### 📄 Description Implementation of an ExpandAll/CollapseAll button for hierarchy datagrids fixes #2390 --- <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:22:33 +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#3235