Shows 2 filters for each column in RadzenDataGrid

Hi everyone:
I have an issue in the RadzenDataGrid Component, if somebody can help me I appreciate it.
I always I've been using RadzenDataGrid component using the Filter (one icon) in all my pages, that worked well.
But from one moment to the next, it shows 2 filters (icons) for each column in all my pages!!
I use Blazor Server App like:

<RadzenDataGrid AllowFiltering="true" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive"
                FilterMode="FilterMode.Advanced" AllowPaging="true" PageSize="10" AllowSorting="true"
                Data="@OProductos" TItem="ProductoListDTO" ColumnWidth="200px"
                EmptyText="No existen productos con ese criterio de búsqueda...">

Please, thank you...

Hi @gpizarrob369,

Make sure that:

  1. You have cleaned your browser cache
  2. You are using an up-to-date version
  3. If you are using a custom or premium theme - make sure it is the latest version by generating it again.

Yes.. that was solved cleaning cache.. thank you...