We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdfcdb commit 5ce4933Copy full SHA for 5ce4933
components/form/formitems/template.md
@@ -51,6 +51,8 @@ The sample below shows how to:
51
>caption Using Form Item Templates
52
53
````RAZOR
54
+@using System.ComponentModel.DataAnnotations
55
+
56
<TelerikForm Model="@FormModel">
57
<FormValidation>
58
<DataAnnotationsValidator></DataAnnotationsValidator>
0 commit comments