Hi,
What is the method for defining custom validation in a Form? For example, in the Kendo UI for jQuery Form validation demo (https://demos.telerik.com/kendo-ui/form/validation) there is custom validation performed on the RetireDate to ensure that it's after the HireDate. However, the ASP.NET Core validation demo (https://demos.telerik.com/aspnet-core/form/validation) contains no such validation. Would it be possible to provide an example on how to perform this validation using ASP.NET Core?
Thanks,
Scott