You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -164,7 +167,7 @@ The `app-name` attribute needs to match your app's assembly name - initializersL
164
167
initializersLoader replaces standard `fetch` function with one which provides the correct file in place of the empty `blazor.modules.json`. `fetch` is restored to its original state once `_framework/blazor.modules.json` request is intercepted.
165
168
166
169
For more information regarding the bug, see issue [15234](https://github.com/dotnet/maui/issues/15234) in the MAUI repo.
167
-
170
+
168
171
## Use the DataGrid component with EF Core or OData Client
169
172
If you want to use the `<FluentDataGrid>` with data provided through EF Core or an OData Client, you need to install an additional package so the grid knows how to resolve queries asynchronously for efficiency.
170
173
Please see the [DataGrid](https://www.fluentui-blazor.net/DataGrid) page for more information.
0 commit comments