There was an error while loading. Please reload this page.
1 parent 3b336b5 commit ba96d0bCopy full SHA for ba96d0b
controls/radiobuttonlist/getting-started.md
@@ -19,8 +19,8 @@ The following help article demonstrates how to set up a page with a **RadRadioBu
19
<telerik:RadRadioButtonList ID="RadRadioButtonList1" runat="server">
20
</telerik:RadRadioButtonList>
21
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.>
+1. Add two `RadioButtonListItem` objects to the `Items` collection and set the appropriate values for `Text` and `Selected` properties of each item:
+
24
**ASP.NET**
25
26
0 commit comments