Skip to content

Commit 36821b1

Browse files
authored
docs(Form): Add missing namespace
1 parent cc233b4 commit 36821b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/form/formitems/template.md

Lines changed: 2 additions & 0 deletions
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)