In the demo page: Blazor DataGrid Component - Excel like filtering | Free UI Components by Radzen when you select items from the checkbox and leave the filter dropdown without hitting apply, it maintains the state of the checked elements.
Is there a way for this state to reset when closing the dropdown without hitting apply? So behavior would be:
- Open checkbox dropdown
- Check a few items
- Close it without hitting apply
- Filter item is empty, opening again the dropdown does not show the items that were checked without hitting apply
Alternatively, is there a way for this filter to directly not have the apply and cancel buttons and just apply the changes immediately?