[PR #1127] [MERGED] Indication for isNull/isNotNull in simple datagrid filter #2528

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1127
Author: @mvoxland
Created: 8/23/2023
Status: Merged
Merged: 8/28/2023
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 9c8ce68 Indication for isNull/isNotNull in simple datagrid filter

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGrid.razor (+6 -0)

📄 Description

Current Datagrid, when in simple filter mode, does not provide any clue to whether a filter is applied or not to a date column if either isNull or isNotNull is selected. In the screenshot below I have applied a filter of "is null" to the birth date column:

image

Changed functionality has either the text "is null" or "is not null" appearing in the same manner as a filtered date in the screenshot below:

image


🔄 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/1127 **Author:** [@mvoxland](https://github.com/mvoxland) **Created:** 8/23/2023 **Status:** ✅ Merged **Merged:** 8/28/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9c8ce68`](https://github.com/radzenhq/radzen-blazor/commit/9c8ce685649a8ace92c19d6d413cdcc2d7ae7013) Indication for isNull/isNotNull in simple datagrid filter ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGrid.razor` (+6 -0) </details> ### 📄 Description Current Datagrid, when in simple filter mode, does not provide any clue to whether a filter is applied or not to a date column if either isNull or isNotNull is selected. In the screenshot below I have applied a filter of "is null" to the birth date column: ![image](https://github.com/radzenhq/radzen-blazor/assets/108884442/af791c16-dd88-47a7-91e2-04680e70bdcb) Changed functionality has either the text "is null" or "is not null" appearing in the same manner as a filtered date in the screenshot below: ![image](https://github.com/radzenhq/radzen-blazor/assets/108884442/b63b41d8-671e-4fa2-8515-5bf684022b9e) --- <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:19:16 +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#2528