In RadzenDataGrid, the filtering works incorrectly in case Virtualization and LoadData is used. #1188

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

Originally created by @OndrejUzovic on GitHub (Apr 9, 2024).

If RadzenDataGrid has set Virtualization and LoadData then the filtering (Simple and Advanced) works incorrectly.

The filter does not return correct values in some cases.

Here are simple steps to reproduce the issue:

  1. open the example from Radzen Component Page: https://blazor.radzen.com/datagrid-virtualization-loaddata

  2. click on the first line in DataGrid and using the key 'PgDown' on the keyboard go 3 pages down. (So that the first line has OrderID=10255.

  3. Open the filter on the column OrderID.

  4. Enter the value 10300 and click 'Apply'.
    image

  5. The result is empty DataGrid with the message "No records to display." which is incorrect.
    image

The correct behavior would be if DataGrid lists two items.

Please, would it be possible to correct this behavior?

Originally created by @OndrejUzovic on GitHub (Apr 9, 2024). If RadzenDataGrid has set Virtualization and LoadData then the filtering (Simple and Advanced) works incorrectly. The filter does not return correct values in some cases. Here are simple steps to reproduce the issue: 1. open the example from Radzen Component Page: https://blazor.radzen.com/datagrid-virtualization-loaddata 2. click on the first line in DataGrid and using the key 'PgDown' on the keyboard go 3 pages down. (So that the first line has OrderID=10255. 3. Open the filter on the column OrderID. 4. Enter the value 10300 and click 'Apply'. ![image](https://github.com/radzenhq/radzen-blazor/assets/55758368/7d24a967-3cb6-4ea1-9e7d-47dfd21ca8b6) 5. The result is empty DataGrid with the message "No records to display." which is incorrect. ![image](https://github.com/radzenhq/radzen-blazor/assets/55758368/ed8c16cb-96fb-4d0e-a7ff-88a2a5fa5310) The correct behavior would be if DataGrid lists two items. Please, would it be possible to correct this behavior?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1188