Bug on DataGridSettings & DataGrid #1872

Closed
opened 2026-01-29 17:59:38 +00:00 by claunia · 2 comments
Owner

Originally created by @maxueljunior on GitHub (Sep 25, 2025).

Describe the bug
The bug occurs when you have DataGridSettings and the DataGrid has FilterMode.CheckBoxList. When the page is reloaded with string filters, it breaks.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Save/Load settings
  2. Change to Filter to FilterMode.CheckBoxList
  3. Filter a any property and reload
  4. See error
Image
Originally created by @maxueljunior on GitHub (Sep 25, 2025). **Describe the bug** The bug occurs when you have DataGridSettings and the DataGrid has FilterMode.CheckBoxList. When the page is reloaded with string filters, it breaks. **To Reproduce** Steps to reproduce the behavior: 1. Go to Save/Load settings 2. Change to Filter to FilterMode.CheckBoxList 3. Filter a any property and reload 4. See error <img width="1917" height="905" alt="Image" src="https://github.com/user-attachments/assets/2cfead2b-9c8b-41cc-b9fd-ab538da50cb1" />
Author
Owner

@enchev commented on GitHub (Sep 25, 2025):

This is expected since the saved value is single while in CheckBoxList mode enumerable is expected.

@enchev commented on GitHub (Sep 25, 2025): This is expected since the saved value is single while in CheckBoxList mode enumerable is expected.
Author
Owner

@felippenvieira commented on GitHub (Sep 25, 2025):

Hi, Enchev, this was working in previous releases (7.3.5). I believe it would be great if this could be reviewed for a possible fix.

@felippenvieira commented on GitHub (Sep 25, 2025): Hi, Enchev, this was working in previous releases (7.3.5). I believe it would be great if this could be reviewed for a possible fix.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1872