Skip to content

Commit b5ea022

Browse files
docs(Form): Add missing namespace (#2932)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent b608751 commit b5ea022

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)