Skip to content

Commit

Permalink
demo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Sep 16, 2024
1 parent 17dbe70 commit 2b23e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadzenBlazorDemos/Pages/DataGridIQueryable.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</RadzenDataGrid>

@code {
IEnumerable<Employee> employees;
IQueryable<Employee> employees;
IList<Employee> selectedEmployees;

protected override async Task OnInitializedAsync()
Expand Down

0 comments on commit 2b23e5d

Please sign in to comment.