Hi!
I upgraded my Blazor Server project to preview 8 and version 17.2.46.
In a specific EjsGrid, I configured some foreign key columns like this :
ForeignKeyField="@col.FieldFkName" ForeignKeyValue="@col.FieldFkValueName" DataSource="@GetFkDataSource(col)"
Now, this grid doesn't show up. Nothing rendered. If I open another grid that has no FKs, it works.
Can you take a look if you can find the cause of this issue?
Best regards,
Benoit