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
... and the following works, too ✔️ (ignore NRT static analysis, as this is for only for discussion here, and assume a QS is provided e.g., ?movieSearch=XXX) ...
... but the following no-ops ❌. The QG doesn't display data, but the collection (movies) does receive the correct DbSet from the dB in OnParametersSet. Why? ... and what's the correct approach that I can use with the new Blazor tutorial (static SSR) for this search/filter scenario?
Is there an existing issue for this?
Describe the bug
I don't think that this is the same as Add support to the QuickGrid paginator for static server rendering (
dotnet/aspnetcore
#51249), but it might have the same cause.When scaffolding into a BWA that only adopts static SSR, the following code works ✔️ ...
... and the following works, too ✔️ (ignore NRT static analysis, as this is for only for discussion here, and assume a QS is provided e.g.,
?movieSearch=XXX
) ...... but the following no-ops ❌. The QG doesn't display data, but the collection (
movies
) does receive the correctDbSet
from the dB inOnParametersSet
. Why? ... and what's the correct approach that I can use with the new Blazor tutorial (static SSR) for this search/filter scenario?This ...
... is a working approach ✔️ ... or to deal with the nullable
Title
...... but the ❓ stands on the no-op code below.
I'll place the full component code here for inspection ...
It doesn't work with
movies
as anIQueryable
either ❌ ...Expected Behavior
The
movies
collection is valid for theItems
param, and the movies are rendered by the QG.Steps To Reproduce
☝️ Shown above.
Exceptions (if any)
None ... the QG merely displays no items.
.NET Version
8.0
Anything else?
No response
The text was updated successfully, but these errors were encountered: