AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

[Pre ?] QuickGrid+EF Core - Multiple concurrent queries trigger `InvalidOperationException`

Open guardrex opened this issue 9 months ago • 0 comments

UPDATE (3/6) ... If the PU fixes it entirely internally, we can just close this issue because the content to workaround the problem added by #34882 is versioned to drop out at 10.0.

Description

Per the original report in https://github.com/dotnet/aspnetcore/issues/58669 ...

Use a cancellation token to prevent concurrent queries. A new request triggers cancellation of the previous one.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/blazor/components/quickgrid?view=aspnetcore-9.0&tabs=visual-studio

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/components/quickgrid.md

Document ID

564e71e3-82ed-ce23-4f9f-a00a58734a62

Platform Id

b429ef55-e688-0665-b1f6-28926c46b482

Article author

@guardrex

Metadata

  • ID: 564e71e3-82ed-ce23-4f9f-a00a58734a62
  • PlatformId: b429ef55-e688-0665-b1f6-28926c46b482
  • Service: aspnet-core
  • Sub-service: blazor

Related Issues

guardrex avatar Mar 04 '25 12:03 guardrex