[PR #500] Get total item count after loading the data into the DataGrid #2211

Closed
opened 2026-01-29 18:17:45 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/500

State: closed
Merged: Yes


There was an issue that the count would not reflect the current number of items in the data grid. This was because the DataGrid first gets the total count and then fetches items.

Now we first get the items and then the total count.

This will solve this issue below
https://www.youtube.com/watch?v=0omddDSI8K8
https://forum.radzen.com/t/custom-filter-crashes-virtualized-blazor-datagrid/9650/17?u=thenoninja

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/500 **State:** closed **Merged:** Yes --- There was an issue that the count would not reflect the current number of items in the data grid. This was because the DataGrid first gets the total count and then fetches items. Now we first get the items and then the total count. This will solve this issue below [https://www.youtube.com/watch?v=0omddDSI8K8](https://www.youtube.com/watch?v=0omddDSI8K8) [https://forum.radzen.com/t/custom-filter-crashes-virtualized-blazor-datagrid/9650/17?u=thenoninja](https://forum.radzen.com/t/custom-filter-crashes-virtualized-blazor-datagrid/9650/17?u=thenoninja)
claunia added the pull-request label 2026-01-29 18:17:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2211