Setting KeyField for Grid #1192
Unanswered
vieledinge
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Blazor Bootstrap Grid with many data records. The data comes from an MS SQL View via EF Core. Various tables are joined in the view.
When using the grid, the following error occurs:
How can I tell the grid which column/property to use for the key? KeyField="TempGuid" doesnt work.
I have already added an extra column (SELECT NEWID() AS TempGuid, ...) to the view in order to have a unique key value.
Any Ideas?
Beta Was this translation helpful? Give feedback.
All reactions