Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5ea022

Browse files
github-actions[bot]dimodi
andauthoredApr 24, 2025
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

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)
Please sign in to comment.