radzen-blazor icon indicating copy to clipboard operation
radzen-blazor copied to clipboard

RadzenDataGrid CheckboxList(Excel Like) Selecting filter options without clicking apply is excluding row data without refreshing grid

Open wattsSamuel opened this issue 11 months ago • 0 comments

A clear and concise description of what the bug is.

When selecting an order id without clicking apply. The rest of the filter data is only reflective of that order id without updating the order grid. This is confusing.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://blazor.radzen.com/datagrid-checkboxlist-filter?theme=material3'
  2. Click on 'the order id filter option and select 10250 and click away from the dropdown'
  3. Click on any other filter option which should be limited to options related to orderid 10250
  4. See error

https://github.com/user-attachments/assets/0983da0a-5223-46cd-9185-803f927a1ee7

Expected behavior When clicking away without selecting apply the options visible in the table should be visible in the other filer options.

  • OS: Windows
  • Browser: chrome

wattsSamuel avatar May 15 '25 13:05 wattsSamuel