Datagrid header contains Two Same Filter Icons, very ugly


I am using the latest Radzen Blazor Studio v1.13.2. The previous version doesn't have such issue.
Below is the auto generated code.

  <RadzenColumn SizeMD=12>
    <RadzenDataGrid @ref="grid0" ColumnWidth="200px"  AllowFiltering="true" FilterMode="FilterMode.Advanced" AllowPaging="true" AllowSorting="true" ShowPagingSummary="true" PageSizeOptions=@(new int[]{5, 10, 20, 30})
        Data="@patients"    TItem="MedicalDemo.Models.medical.Patient" RowSelect="@EditRow" >
        <Columns>
            <RadzenDataGridColumn TItem="MedicalDemo.Models.medical.Patient" Property="patient_id" Title="patientid">
            </RadzenDataGridColumn>
            <RadzenDataGridColumn TItem="MedicalDemo.Models.medical.Patient" Property="FirstName" Title="First Name">
            </RadzenDataGridColumn>

It seems Radzen Blazor Studio 1.13.2 contains older themes. - we will release update tomorrow.

1 Like

checked again, this problem happens in theme: "Material 3", "FluentUI".

1 Like

I just upgraded to 1.13.3 and still had the double filter icon issue.
So, I changed the theme to Material 3 Dark then back to Material 3 - and it's fine now.