Skip to content

Commit 72c5f64

Browse files
committed
AllIn
1 parent 5198114 commit 72c5f64

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blazorbootstrap/Components/Grid/Grid.razor.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,8 @@ internal async Task RefreshDataAsync(bool firstRender = false, CancellationToken
186186

187187
if (AllowSelection)
188188
{
189-
PrepareCheckboxIds();
190-
191-
if (!firstRender)
192-
await RefreshSelectionAsync();
189+
PrepareCheckboxIds();
190+
await RefreshSelectionAsync();
193191
}
194192

195193
requestInProgress = false;

0 commit comments

Comments
 (0)