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
Hi,
I am testing a Paginated DataGrid with a remote slow EF DbContext connection and if I fastly change the page, the application crashes with the error:
System.InvalidOperationException: A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext.
How could disable FluentPaginator until FluentDataGrid completed the first fetch?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am testing a Paginated DataGrid with a remote slow EF DbContext connection and if I fastly change the page, the application crashes with the error:
System.InvalidOperationException: A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext.
How could disable FluentPaginator until FluentDataGrid completed the first fetch?
Beta Was this translation helpful? Give feedback.
All reactions