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!

2
Votes

Validation error messages don't update as it should.
Working on the sample on your site:

For example validation rules of the freight are:

  1. Required field
  2. Value: Min 1, Max 1000
If we would Add or Edit a row and we leave the freight field empty and press the save button then we get the error message 'This field is required'.
If we insert a value afterwards of 1200 and press save we still see the error message 'This field is required' and not the message 'Please enter a value between 1 and 1000.'
This message even stays there until you enter a valid value AND press the save button, entering a valid value and tab to the next field does not update the error message to valid unlike the automatic dialog creation.