Hello
I'm using SFgrid to display a list on the left and on the right I have a form that display details data that are editable
I am using fluentvalidation
EC = new EditContext(payment);
base.OnInitializedAsync();
The validation works but if i raise an error and change the row the message are still displayed
Is there a way to clear the messages ?
Upfront thanks