Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
i have one mashup which have two radio buttons, so if i am selecting 1st radio button "Staff" and after that i am selecting 2nd radio button "Member" then 1st radio button is also still selected, i want to select only one radio button at a time. refer below attachment
Solved! Go to Solution.
You will have to make both radio buttons part of the same RadioGroup by populating the property RadioGroup of the individual radio button.
You will have to make both radio buttons part of the same RadioGroup by populating the property RadioGroup of the individual radio button.
How i give radio group?
Thanks it works!!!