[PR #1472] [CLOSED] set ShowTimeForDateTimeFilter and ShowUpDownForNumericFilter using properties in DataGridColumn #2759

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1472
Author: @nielsNocore
Created: 4/19/2024
Status: Closed

Base: masterHead: SetFilterValuesWithProperties


📝 Commits (1)

  • e377cbe added parameters in datagridColumn to set filter propeties,

📊 Changes

5 files changed (+25 additions, -35 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+1 -1)
📝 Radzen.Blazor/RadzenDataGrid.razor.cs (+1 -1)
📝 Radzen.Blazor/RadzenDataGridColumn.razor.cs (+15 -19)
📝 Radzen.Blazor/RadzenDataGridHeaderCell.razor (+6 -6)
📝 RadzenBlazorDemos/Pages/MyCustomDataGridColumn.razor (+2 -8)

📄 Description

added parameters in datagridColumn to set filter properties,
not needed to create a custom override any more. (breaking change)


🔄 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/1472 **Author:** [@nielsNocore](https://github.com/nielsNocore) **Created:** 4/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `SetFilterValuesWithProperties` --- ### 📝 Commits (1) - [`e377cbe`](https://github.com/radzenhq/radzen-blazor/commit/e377cbe629e7d2f1adb2c84d884d32e18503abc5) added parameters in datagridColumn to set filter propeties, ### 📊 Changes **5 files changed** (+25 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenDataGrid.razor.cs` (+1 -1) 📝 `Radzen.Blazor/RadzenDataGridColumn.razor.cs` (+15 -19) 📝 `Radzen.Blazor/RadzenDataGridHeaderCell.razor` (+6 -6) 📝 `RadzenBlazorDemos/Pages/MyCustomDataGridColumn.razor` (+2 -8) </details> ### 📄 Description added parameters in datagridColumn to set filter properties, not needed to create a custom override any more. **(breaking change)** --- <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:21 +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#2759