How to use QRadio Button?
Tue, 11/22/2011 - 17:43
Hello,
I went through the examples and could not find a way of how to use Radio buttons in QCubed 2.0.2. Precisely speaking, I want to use two (or three) radio buttons and a 'save' button to save the option the user chooses.
I am unable to figure out how to create the list of the radio buttons. Someone please help. :(

Nice to meet you Vaibhav,
You can try this...
1) Use separately QRadioButtons instances and define the GroupName property with a common name to let you chosse only one in the group.
2) Use the QRadioButtonList, this control let you load a datasource with options items to create the QRadioButtons.
Hope this help you,
JMI / Instinctively moving...
Thanks :) A lot :)
I was in need of the first option but thanks for telling the second one as well... it would really help me further :)