Filtering does not work properly in DropDownDataGrid in the virtualization mode #412

Open
opened 2026-01-29 17:36:53 +00:00 by claunia · 0 comments
Owner

Originally created by @OndrejUzovic on GitHub (May 17, 2022).

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:

  1. Open the demo page: https://blazor.radzen.com/dropdown-datagrid

  2. In 'Virtualization using IQueryable' insert the string 'anto' into the filter. The resut is correct - one item is found.
    image

  3. Continue by letter 'x' so that the filter value is 'antox'. The result is correct - nothing is found.
    image

  4. Then delete the letter 'x' so that the filter conains 'anto' again. The result is incorrect - nothing is found.
    image

The bug is present also in case of 'Virtualization using LoadData event'.

It seems like an refresh/reload problem.

Originally created by @OndrejUzovic on GitHub (May 17, 2022). 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: 1. Open the demo page: [https://blazor.radzen.com/dropdown-datagrid](https://blazor.radzen.com/dropdown-datagrid) 2. In 'Virtualization using IQueryable' insert the string 'anto' into the filter. The resut is correct - one item is found. ![image](https://user-images.githubusercontent.com/55758368/168887263-72c48ff7-6bad-49fe-8137-6dd56aeda1aa.png) 3. Continue by letter 'x' so that the filter value is 'antox'. The result is correct - nothing is found. ![image](https://user-images.githubusercontent.com/55758368/168887617-0d1afbe5-4d33-4e94-8ae3-3026f814a8ab.png) 4. Then delete the letter 'x' so that the filter conains 'anto' again. **The result is incorrect - nothing is found**. ![image](https://user-images.githubusercontent.com/55758368/168888111-709c9c7d-8685-42ac-b79a-d6d8df949d67.png) The bug is present also in case of 'Virtualization using LoadData event'. It seems like an refresh/reload problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#412