[PR #2347] [MERGED] Additional parameters passed from RadzenDropDownDataGrid to RadzenDataGrid #3207

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2347
Author: @spudcz
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @enchev

Base: masterHead: feature/dropdown-datagrid-parameters


📝 Commits (4)

  • e7b6f67 Inject ServiceProvider to RadzenDataAnnotationValidator to use it within ValidationContext
  • 0efb473 Fix ... add inject attribute
  • 06b8796 Merge branch 'radzenhq:master' into master
  • 9a870b0 Add pass-through parameters AllowColumnPicking, AllowColumnReorder and PageSizeOptions to DropDownDataGrid

📊 Changes

2 files changed (+26 additions, -6 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDownDataGrid.razor (+6 -6)
📝 Radzen.Blazor/RadzenDropDownDataGrid.razor.cs (+20 -0)

📄 Description

Enable to set parameters AllowColumnReorder, AllowColumnPicking and PageSizeOptions on RadzenDropDownDatagrid and pass them to inner component RadzenDataGrid.


🔄 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/2347 **Author:** [@spudcz](https://github.com/spudcz) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/dropdown-datagrid-parameters` --- ### 📝 Commits (4) - [`e7b6f67`](https://github.com/radzenhq/radzen-blazor/commit/e7b6f67f52d2526ba0e13d721239b3ba37bef92d) Inject ServiceProvider to RadzenDataAnnotationValidator to use it within ValidationContext - [`0efb473`](https://github.com/radzenhq/radzen-blazor/commit/0efb47397ffb825d69250bc5aaddad282fd55bf8) Fix ... add inject attribute - [`06b8796`](https://github.com/radzenhq/radzen-blazor/commit/06b87960ef5fb217341d1e5860bfd543c07ec7fa) Merge branch 'radzenhq:master' into master - [`9a870b0`](https://github.com/radzenhq/radzen-blazor/commit/9a870b07a3b00f760d82170096f577203ed9d19d) Add pass-through parameters AllowColumnPicking, AllowColumnReorder and PageSizeOptions to DropDownDataGrid ### 📊 Changes **2 files changed** (+26 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor` (+6 -6) 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor.cs` (+20 -0) </details> ### 📄 Description Enable to set parameters AllowColumnReorder, AllowColumnPicking and PageSizeOptions on RadzenDropDownDatagrid and pass them to inner component RadzenDataGrid. --- <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:26 +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#3207