Hi Everyone,
I have a strange requirement.
I have a group of RadioButtons.
They are distributed into two containers (two separate views)
View 1:
RadioButton 1
RadioButton 2
RadioButton 3
View 2:
RadioButton 4
RadioButton 5
RadioButton 6
As they all have the same GroupName, when one is checked, all others are unchecked.
So far so good.
Now the twist:
I want the radio buttons in view 2 to be unchecked when any radio button in view 1 is clicked.
For Eg: If RadioButton 1/2/3 is clicked RadioButton 4/5/6 should be unchecked. (This is working).
When I click any radio button in view 2, I dont want the RadioButtons in view 1 to be unchecked.
Can this be done?
Thank you.
Please Mark as Answered If this answers your question OrUnMark as Answered if it did not.
Happy to Help :)
My Site