Skip to content

Commit

Permalink
Fix #317
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Feb 12, 2023
1 parent 5639921 commit 42777d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public void ShowColumnOptions(ColumnBase<TGridItem> column)
public async Task RefreshDataAsync()
{
await RefreshDataCoreAsync();
StateHasChanged();
//StateHasChanged();
}

// Same as RefreshDataAsync, except without forcing a re-render. We use this from OnParametersSetAsync
Expand Down

0 comments on commit 42777d1

Please sign in to comment.