Hello, I'm looking at the demo (https://demos.telerik.com/aspnet-ajax/textbox/functionality/validation/defaultvb.aspx) but it doesn't work as it implies it does / as I would expect it to. It seems to wait until I click the "Postback" button before it does any client-side validation, which to me, is too late. Shouldn't the validation happen when the user tabs through a required field leaving it blank, for example?
Weirdly, after the Postback, entering data into the missing field hides the Validation Error Message, and also clearing the data in the field shows the Validation Error Message. Why does it not do this before the first Postback?
After much searching, I found this doc (https://docs.telerik.com/devtools/aspnet-ajax/general-information/troubleshooting/jquery-troubleshooting) and couldn't get the Unobtrusive Validation stuff to work on my own, as the article primarily covers, so I just added the "disable" line near the top in the web.config in my own project, and now my project behaves like the demo. But that doesn't really explain why your demo doesn't behave consistently, anyway.