[PR #288] [MERGED] Expandable Indicator Column Visibility Flag #2101

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/288
Author: @beeterry
Created: 11/21/2021
Status: Merged
Merged: 11/22/2021
Merged by: @enchev

Base: masterHead: master


📝 Commits (2)

  • 45d2136 Added a flag to determine whether the expandable indicator column gets rendered or not.
  • e70b88a ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property

📊 Changes

3 files changed (+14 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+5 -5)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+7 -0)
📝 Radzen.Blazor/RadzenDataGridRow.razor (+2 -2)

📄 Description

Currently on a DataGrid, if a template is set, it is assumed that we want the expandable indicator column rendered. I added a parameter that gives us the ability to toggle whether we want that column rendered.


🔄 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/288 **Author:** [@beeterry](https://github.com/beeterry) **Created:** 11/21/2021 **Status:** ✅ Merged **Merged:** 11/22/2021 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`45d2136`](https://github.com/radzenhq/radzen-blazor/commit/45d2136dcd888a3466445a031e3ac92ffa732c2f) Added a flag to determine whether the expandable indicator column gets rendered or not. - [`e70b88a`](https://github.com/radzenhq/radzen-blazor/commit/e70b88a640d20d23e92d7a6ba4fbfcd6d20b5cf8) ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property ### 📊 Changes **3 files changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+5 -5) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+7 -0) 📝 `Radzen.Blazor/RadzenDataGridRow.razor` (+2 -2) </details> ### 📄 Description Currently on a DataGrid, if a template is set, it is assumed that we want the expandable indicator column rendered. I added a parameter that gives us the ability to toggle whether we want that column rendered. --- <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:13 +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#2101