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...