TemplateForm validation of component embedded fields

Hi,
I've been trying to create a standard input component for use across my system but I've been unable to get the Radzen validation to recognise the field inside. The TemplateForm always validates as true even when using the FormRef.Validate() and the child component is updating a value in the parent form's model..

I've created a repository which reproduces the issue. See Components/Pages/TestValidate or the 'Validate' menu item when you run it.

https://github.com/ghhv/RadzenValidationTesting

Is there any way to make this work?

Hi @rzhv,

We don't see any repository linked. You can check this thread for tips how to implement validation in a custom component: CustomValidator - #8 by korchev

apologies.. just added it..

but thanks for your example.. some differences there I will test tomorrow.