I'm new to Radzen and learning how to use it, starting with Forms and Validator (Blazor Project - server side).
I've created a new Page (Main Layout), added a 'TemplateForm' component and ran the project.
When I click in 'Save' sample button (without filling the textBox component), the 'RequiredValidor' is not triggered.
I've, also, tried to create a manual form, removing all the components inside the templateform and adding: a textbox (filling its name property), requiredvalidator (linking the component to the textbox) and a button of type 'submit', everything inside the templateform. But it also didnt work...
Now, if I create a Angular Project, the sample TemplateForm with the sample 'Save button' triggers RequiredValidator and it works just fine...
So, two questions:
Is the Blazor Form/Validator broken (why the templateform sample dont work)?
Is Angular (over Blazor) recommend for production projects?
Many thanks for reply, but I'm try by hours to set it without success (I've read the docs, from concepts to templateform documentation, but cant get it working)... could you please explain how to set the Data property, because this property on the TemplateForm is blank (there is no option when I click on the combobox list and, if I click on the 'data-bind' button on the Data property, a window 'Data-bind Data to:' is open with two tabs (Property/Expression), but no properties are shown on the 1st tab (it's blank)... I'm lost trying to set it.
Maybe is better to switch to Angular or I'm doing something wrong?