[PR #1468] [MERGED] Add collapseAll to radzenDataGrid #2753

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1468
Author: @nielsNocore
Created: 4/17/2024
Status: Merged
Merged: 4/18/2024
Merged by: @enchev

Base: masterHead: collapseAll_InDataGrid


📝 Commits (1)

  • 25d3e29 add method to collapse all items, which allow collapse all rows in a datagrid, whithout iterating all items in the page.

📊 Changes

1 file changed (+50 additions, -42 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+50 -42)

📄 Description

add method to collapse all items, which allow collapse all rows in a datagrid, without iterating all items in the page/view
small refactoring duplicate code to correctly collapse an item.


🔄 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/1468 **Author:** [@nielsNocore](https://github.com/nielsNocore) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `collapseAll_InDataGrid` --- ### 📝 Commits (1) - [`25d3e29`](https://github.com/radzenhq/radzen-blazor/commit/25d3e299e6e5e854cce142adce18b96cabc2d1ce) add method to collapse all items, which allow collapse all rows in a datagrid, whithout iterating all items in the page. ### 📊 Changes **1 file changed** (+50 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+50 -42) </details> ### 📄 Description add method to collapse all items, which allow collapse all rows in a datagrid, without iterating all items in the page/view small refactoring duplicate code to correctly collapse an item. --- <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: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#2753