Hello,
Am I missing it or does the Radio Button control not have a .Selected nor .Selected.Value property? I'm trying to create a collection based on the choice a user selects from radio button options.
Getting Error:
Thoughts?
Hi @ericonline how are you creating the collection? The Radio control has a Selected property for the selected item.
For example, add a Radio and Label. The Radio will be using Items=RadioSample by default. This is a collection of items that have one field called Value.
Radio.Selected refers to the selected item. Radio.Selected.Value refers to the value field of the selected item.
User | Count |
---|---|
230 | |
102 | |
98 | |
56 | |
33 |
User | Count |
---|---|
282 | |
112 | |
109 | |
64 | |
62 |