You can try the following:
- Create a reference to the RadzenTemplateForm e.g.
templateForm - Invoke
templateForm.EditContext.Validate()to refresh the validation in the Change event.
You can try the following:
templateForm
templateForm.EditContext.Validate() to refresh the validation in the Change event.