My customer wants an application where the user will answer questions. They want a radio button, which is easy, but the radio button is one per list entry. How can I control that the user could only click one radio button, or uncheck the others when they click?
I guess I could change this to a dynamic collection of radio buttons but the plan is to soft code the entire set of questions and let the marketing staff choose to radio buttons or check boxes or other controls depending on the question.
Thanks, Art
List with Radio buttons
Re: List with Radio buttons
I found the sample that emulates 4 push buttons as radio buttons (xDemoRadioButtons) and that works good. I guess I could make a collection for each type of of control that I want.
Art Tostaine