Skip to content

Commit 5ce4933

Browse files
authored
docs(Form): Add missing namespace (#2929)
1 parent 5bdfcdb commit 5ce4933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/form/formitems/template.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ The sample below shows how to:
5151
>caption Using Form Item Templates
5252
5353
````RAZOR
54+
@using System.ComponentModel.DataAnnotations
55+
5456
<TelerikForm Model="@FormModel">
5557
<FormValidation>
5658
<DataAnnotationsValidator></DataAnnotationsValidator>

0 commit comments

Comments
 (0)