I'm currently implementing frontend and backend validation. I want validate the posted data on the server-side, so when the validation fails, it should highlight the Inputbox and display the error below it. The error is highly likely not the same as the validator error message.
Is there any demo for this? Also, is there a documentation on how to interact with form, like triggering validation programmatically?
Regarding the code, I've copy pasted the from from the documentation https://www.telerik.com/kendo-react-ui/components/form
Thanks in advance!