Skip to content

Data Grid with Virtualize and ItemsProvider causes double loading of data set #1066

@StephenOTT

Description

@StephenOTT

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs: author feedbackThe author of this issue needs to respond in order for us to continue investigating this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions