Skip to content

Commit

Permalink
Grid - Save and Load Grid Settings updates (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 authored May 4, 2024
1 parent 52f79ad commit f1c3f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blazorbootstrap/Components/Grid/Grid.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ internal async Task RefreshDataAsync(bool firstRender = false, CancellationToken

requestInProgress = true;

await InvokeAsync(StateHasChanged); // chnage the state to show the loading

await Task.Delay(300);
// TODO: validate the below two lines - `Save and Load Grid Settings` functionality impacted
//await InvokeAsync(StateHasChanged); // trigger the state changed to show the loading
//await Task.Delay(300);

if (firstRender)
await LoadGridSettingsAsync();
Expand Down

0 comments on commit f1c3f22

Please sign in to comment.