I'm working with radzen DataGrid filters, most columns need FilterMode.SimpleWithMenu, others should use FilterMode.CheckBoxList.
Using the example from https://blazor.radzen.com/datagrid-checkboxlist-filter?theme=material3
I set the id to simple with menu
<RadzenDataGridColumn Property="OrderID" Title="Order ID" FilterMode="FilterMode.SimpleWithMenu"/>However on selecting the customer with the Checkbox filter I'm getting this message on the UISystem.Collections.Generic.HashSet`1[System.Object].Cast().Cast()
It's not a bug, but is there a way hide it? 'cause the checkbox filter doesn't need that menu. Or at least show a list with the selected items.
