Dear Team,
Currently the RadioButtons rotate among RB controls, which belong to the same container (Parent).
Please consider adding a property “GroupName”, so that the RadioButtons rotate among controls with the same group name property.
<rb groupname=”a”>Option A1</rb>
<rb groupname=”b”>Option B1</rb>
<rb groupname=”a”>Option A2</rb>
<rb groupname=”b”>Option B2</rb>
<rb groupname=”a”>Option A3</rb>
<rb groupname=”b”>Option B3</rb>
This will make complex form layouts much easier, as the RBs can then belong to different containers.
Kizaemon
Hi Kizaemon,
The RadioButton control can be controlled in any way an application needs to.
You can set the AutoCheck property to false and then handle the CheckStateChanged event.
You can checkout our API Documentation for more info!
Also, you can combine my answer from an older post of yours for better results!
HTH,
Alaa
Please login first to submit.