[PR #1718] Use ToString() on property to filter in DataGrid CheckBoxList to check for empty strings #2874

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1718

State: closed
Merged: Yes


The change in 35c9f55c41 broke filtering when the property to be filtered is not a string.

Using ToString() on the property before the check for string.Empty fixes this.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1718 **State:** closed **Merged:** Yes --- The change in 35c9f55c413353a18bf96ae523a596f8d9cc00af broke filtering when the property to be filtered is not a string. Using `ToString()` on the property before the check for `string.Empty` fixes this.
claunia added the pull-request label 2026-01-29 18:20:51 +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#2874