Skip to content

Commit 9e7c0cd

Browse files
erikruthIankodj
authored andcommitted
Update aspnet-validators-support.md
Minor copy editing changes
1 parent d2f20bf commit 9e7c0cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

controls/checkboxlist/functionality/aspnet-validators-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ position: 2
1010

1111
# ASP.NET Validators Support
1212

13-
In this article you can see how to integrate native ASP.NET validation control with **RadCheckBoxList**.
13+
In this article, you will learn how to integrate the native ASP.NET validation control with **RadCheckBoxList**.
1414

15-
As of **R1 2017** version there is built-in support for **RequiredFieldValidator** control. Older versions can be integrated with the **CustomValidator** control as alternative solution (see **Example 2**).
15+
As of the **R1 2017** release, there is built-in support for the **RequiredFieldValidator** control. Older versions can be integrated with the **CustomValidator** control as an alternative solution (see **Example 2**).
1616

1717
## Using RequiredFieldValidator
1818

19-
To use the **RequiredFieldValidator** you just need to set the `ControlToValidate` property to the CheckBoxList's ID. This will trigger validation when user submits and the validation control will validate against the `SelectedItem` property and return the appropriate validation result.
19+
To use the **RequiredFieldValidator**, you just need to set the `ControlToValidate` property to the CheckBoxList's ID. This will trigger validation when the user submits and the validation control will validate against the `SelectedItem` property and return the appropriate validation result.
2020

2121
>caption Example 1: Configuring RequiredFieldValidator control with CheckBoxList.
2222
@@ -36,7 +36,7 @@ To use the **RequiredFieldValidator** you just need to set the `ControlToValidat
3636

3737
## Using CustomValidator
3838

39-
As an alternative to the **RequiredFieldValidator** you can use **CustomValidator** and have your own logic that validates the CheckBoxList.
39+
As an alternative to the **RequiredFieldValidator**, you can use **CustomValidator** and have your own logic that validates the CheckBoxList.
4040

4141
>caption Example 2: Configuring CustomValidator control with CheckBoxList.
4242

0 commit comments

Comments
 (0)