Replies: 1 comment
-
In the page initialization do you set up a handler for the model changed event (from the viewmodel) so it calls The rule is async, and when the result comes back from the app server something needs to tell Blazor to refresh data binding. Normally that's implemented by that event handler. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have utilized the following code taken from another post:
The issue is that when the code includes the database call and returns true context.AddErrorResult is called, but the UI is not updated. If I make the same call and comment out the database call context.AddErrorResult works as expected and the UI is updated. The application is a Blazer Web Assembly.
Any assistance would be greatly apprecate.
Beta Was this translation helpful? Give feedback.
All reactions