FluentDataGrid with EntityFramework and large data set #1129
Answered
by
vnbaaij
domenicocanavero
asked this question in
Q&A
-
I need a sample with a FluentDataGrid bind to a linq query on a EFs dbcontext, with a large data set and then paging and all optimizations to improve performance and to reduce memory consumption. |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Dec 15, 2023
Replies: 1 comment
-
Hi, Internally we are re-using the QuickGrid code. Everything mentioned here in the 'Entity Framework IQueryable data' section is applicable to our grid as well. See also https://www.fluentui-blazor.net/#use-the-datagrid-component-with-ef-core Oh, and remember to install the DataGrid EF Adpater package |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
domenicocanavero
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Internally we are re-using the QuickGrid code. Everything mentioned here in the 'Entity Framework IQueryable data' section is applicable to our grid as well. See also https://www.fluentui-blazor.net/#use-the-datagrid-component-with-ef-core
Oh, and remember to install the DataGrid EF Adpater package