Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Everything works except that the validation message does NOT disappear when a valid selection is made. Saving the record is ok and clears the message. It seems that it is not the custom validation as only a <GridForeignColumn .. > has this problem.



replication procedure:

1. run the sample.
2. insert the record.
3. without entering any value, try to save record. validation will be thrown.
4. now select value for the foreign key value.
5. validation will not be removed even after selecting a record.