FilterMode="FilterMode.CheckBoxList" for single column

I have a problem with DataGrid that I would like to include a checkboxList. I see multiple filterTemplates
E.g.


It’s possible to show only one filter at time?

If i attach FilterMode="FilterMode.CheckBoxList" and to column like this:

<RadzenDataGridColumn FilterMode="FilterMode.CheckBoxList" TItem="MyTitem" Property="MyProperty" Title="MyTitle" FormatString="{0}" FormatProvider="@boolOptionalTypeProvider" >
<FilterTemplate Context="col"> </FilterTemplate> </SharedRadzenDataGridColumn>

I can see only one filter template. But currently i don’t know when i can get style for this template. Can you give me any hint where i can find it?

This is indeed not correct and we will provide fix in our upcoming update later today!