RadDataForm validation with propertyValidate
Handling a validation can be quite a mess depending on the case, but let’s have a look at a simpler example for validating an empty field. // my-form.html ... Validating an empty field is pretty simple as we can use the TKNonEmptyValidator tag for disp...