Using latest release.
If you create a data grid with a ItemsProvider and virtualize = true, it causes double requests of the underlying provider.
Taking the code for Remote:
https://www.fluentui-blazor.net/DataGrid#remotedata
and setting virtualized seems to cause the code GridItemsProvider to be called twice.
Is virtualize and ItemsProvider supposed to work together? or must code similar to the manual code for Items in the Virtualized section be used?