Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

How to mix filters on RadzenDataGrid

$
0
0

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()

HashSet cast error

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.


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>