Skip to content

Commit

Permalink
AllIn
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKamberger committed Nov 26, 2024
1 parent 5198114 commit 72c5f64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions blazorbootstrap/Components/Grid/Grid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@ internal async Task RefreshDataAsync(bool firstRender = false, CancellationToken

if (AllowSelection)
{
PrepareCheckboxIds();

if (!firstRender)
await RefreshSelectionAsync();
PrepareCheckboxIds();
await RefreshSelectionAsync();
}

requestInProgress = false;
Expand Down

0 comments on commit 72c5f64

Please sign in to comment.