Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
When using DropDownDataGrid in the virtualization mode, it seems the filtering does not refresh properly when changing from the state 'nothing found' to the state 'found something'.
When using DropDownDataGrid in the virtualization mode, it seems the filtering does not refresh properly when changing from the state 'nothing found' to the state 'found something'.
Steps to reproduce:
Open the demo page: https://blazor.radzen.com/dropdown-datagrid
In 'Virtualization using IQueryable' insert the string 'anto' into the filter. The resut is correct - one item is found.
Continue by letter 'x' so that the filter value is 'antox'. The result is correct - nothing is found.
Then delete the letter 'x' so that the filter conains 'anto' again. The result is incorrect - nothing is found.
The bug is present also in case of 'Virtualization using LoadData event'.
It seems like an refresh/reload problem.