How to Validate only on submit button

When using a Radzen Validator is it possible to only validate when the submit button is pressed vs while text is being entered into a form?

Currently I have two NumericRangeValidators where they can not be equal to each other. This causes validation errors right away after the first input. So, we are only wanting the validation errors to happen when clicking on the submit button.

I didn't see a property in the form or validators to supress validation until the submit button is clicked. I also didn't see this topic mentioned in the forums.

thanks

Hi @TheRHogue,

This behavior isn't supported. The Radzen.Blazor validators rely on the built-in validation which also triggers when the model value changes. I am not aware of a workaround.

Thank you for the timely response.