From 72c5f64948cda3023f9996fd4252a61b7cfdb353 Mon Sep 17 00:00:00 2001 From: Mark Kamberger Date: Tue, 26 Nov 2024 12:44:53 -0500 Subject: [PATCH] AllIn --- blazorbootstrap/Components/Grid/Grid.razor.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blazorbootstrap/Components/Grid/Grid.razor.cs b/blazorbootstrap/Components/Grid/Grid.razor.cs index 81a410077..50fd95a4f 100644 --- a/blazorbootstrap/Components/Grid/Grid.razor.cs +++ b/blazorbootstrap/Components/Grid/Grid.razor.cs @@ -186,10 +186,8 @@ internal async Task RefreshDataAsync(bool firstRender = false, CancellationToken if (AllowSelection) { - PrepareCheckboxIds(); - - if (!firstRender) - await RefreshSelectionAsync(); + PrepareCheckboxIds(); + await RefreshSelectionAsync(); } requestInProgress = false;