We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e76a6c commit be46fe0Copy full SHA for be46fe0
src/Core/Components/DataGrid/FluentDataGrid.razor.cs
@@ -732,9 +732,6 @@ private async Task RefreshDataCoreAsync()
732
// (2) We won't know what slice of data to query for
733
await _virtualizeComponent.RefreshDataAsync();
734
_pendingDataLoadCancellationTokenSource = null;
735
-
736
- StateHasChanged();
737
- return;
738
}
739
740
// If we're not using Virtualize, we build and execute a request against the items provider directly
0 commit comments