diff --git a/RadzenBlazorDemos/Pages/DataGridFooterTotals.razor b/RadzenBlazorDemos/Pages/DataGridFooterTotals.razor index e00fa45c..5f28f515 100644 --- a/RadzenBlazorDemos/Pages/DataGridFooterTotals.razor +++ b/RadzenBlazorDemos/Pages/DataGridFooterTotals.razor @@ -1,7 +1,8 @@ @using RadzenBlazorDemos.Data @using RadzenBlazorDemos.Models.Northwind @using Microsoft.EntityFrameworkCore -@using System.Linq +@using System.Linq +@using System.Linq.Dynamic.Core @inherits DbContextPage @@ -10,7 +11,9 @@