sktanmoy Active Member Licensed User Dec 31, 2014 #1 In HTML I can easily set group in "name" property. I need two group here and cannot acquire that. I need to group based on sex and unit. I couldn't find any way under property in designer window. I need your help badly. Thanks
In HTML I can easily set group in "name" property. I need two group here and cannot acquire that. I need to group based on sex and unit. I couldn't find any way under property in designer window. I need your help badly. Thanks
DonManfred Expert Licensed User Dec 31, 2014 #3 Use different panels as parent for the Radiobuttons. Each set of Radiobuttons inside a panel is a group.
Use different panels as parent for the Radiobuttons. Each set of Radiobuttons inside a panel is a group.
sktanmoy Active Member Licensed User Jan 1, 2015 #4 Thanks both of you, I got my issue solved using separate panel.