[PR #2135] [CLOSED] Add support to render header template after column grouping/picker in a DataGrid #3096

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2135
Author: @askids
Created: 4/28/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 6f231ea Add support to render header template after column grouping/picker

📊 Changes

2 files changed (+15 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+8 -1)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+7 -0)

📄 Description

I have added a new parameter to control, if the header template should be rendered before or after Column grouping/Column Picker. It will retain current default behavior, where header template is rendered First before the column grouping/picker.

I needed this option to show a search text box after the column header picker. Since existing parameters, did not provide such option, added this support using new parameter.


🔄 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/2135 **Author:** [@askids](https://github.com/askids) **Created:** 4/28/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6f231ea`](https://github.com/radzenhq/radzen-blazor/commit/6f231ead9e1652b2574ec424acd8bb7abf667ceb) Add support to render header template after column grouping/picker ### 📊 Changes **2 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+8 -1) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+7 -0) </details> ### 📄 Description I have added a new parameter to control, if the header template should be rendered before or after Column grouping/Column Picker. It will retain current default behavior, where header template is rendered First before the column grouping/picker. I needed this option to show a search text box after the column header picker. Since existing parameters, did not provide such option, added this support using new parameter. --- <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:21:54 +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#3096