Hello,
I have a form that is submitted manually from two buttons, so I am not using the submit button.
I am following this tutorial for the validation in a form: https://www.telerik.com/kendo-react-ui/components/form/validation/
looking at the last example it looks like I have to submit the form in order to get the validation working, is there a work around this so I can trigger the validation after my buttons are clicked?
Thanks,