Skip to content

Commit ba96d0b

Browse files
Update getting-started.md
1 parent 3b336b5 commit ba96d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/radiobuttonlist/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following help article demonstrates how to set up a page with a **RadRadioBu
1919
<telerik:RadRadioButtonList ID="RadRadioButtonList1" runat="server">
2020
</telerik:RadRadioButtonList>
2121

22-
1. Add two `RadioButtonListItem` objects with appropriate `Text` and `Selected` state to the `Items` collection:
23-
<Comment: I think you are missing a word, a verb like set, before the word state in the previous line.>
22+
1. Add two `RadioButtonListItem` objects to the `Items` collection and set the appropriate values for `Text` and `Selected` properties of each item:
23+
2424
**ASP.NET**
2525

2626
<telerik:RadRadioButtonList ID="RadRadioButtonList1" runat="server">

0 commit comments

Comments
 (0)