Skip to content

Commit d2f20bf

Browse files
erikruthIankodj
authored andcommitted
Update aspnet-validators-support.md
Minor copy edits
1 parent 6c8796b commit d2f20bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

1111
# ASP.NET Validators Support
1212

13-
In this article you can see how to integrate native ASP.NET validation control with **RadRadioButtonList**.
13+
In this article, you will learn how to integrate the native ASP.NET validation control with **RadRadioButtonList**.
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 RadioButtonList'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 RadioButtonList'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 RadioButtonList.
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 RadioButtonList.
39+
As an alternative to the **RequiredFieldValidator**, you can use **CustomValidator** and have your own logic that validates the RadioButtonList.
4040

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

0 commit comments

Comments
 (0)