cancel
Showing results for 
Search instead for 
Did you mean: 

WDABAP: radio button group as table cell editor

Former Member
0 Kudos

Hi all,

My requirement is that I have a table, say with the following columns.

Radiobutton Country States

Each country is listed and in the rows below it are all its states. The user can select only one state from a particular country.The radio button needs to group the states from each country as one.

Example code would be very helpful.

Thanks,

Sravanthi

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Sravanthi,

Why do you use a table? From your description it seems it is used for layouting purposes. If that is the case, using a RadiobuttonGroup inside of a MultiPane will be the better option.

Best regards,

Thomas