We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b608751 commit b5ea022Copy full SHA for b5ea022
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