Hello there! I’ve got a problem and asking for help. P.S. Excuse me for my bad english, its not my native language. Kind of hard to explain everything correct and clear.
What i’ve got:
- repeater with two radio buttons (radio group) and droplist in each row
- three global variables (for each widget)
- three repeater column (for each widget)
- button to add a new row
What i want to do:
- make a selection between two radio buttons
- make a selection in droplist
- add a new row
- all previous selections in each previous rows should stay and do not refresh
What i have got now after creating a new row:
- selection between two radio buttons refreshes
- selection in droplist do not refreshes
What i have tried:
- save each radio button state in special variable and move it to repeater’s column
- update from repeater’ column after radio buttons change their selection
- different “isolate selection \ radio groups” checkbox states
- different “onSelectionChange \ onSelected” interactions
RP file and screenshot with explanation are included. Please notice that radio button selections do not affect droplist selections, and vice versa. They are completely independent controls withing single row. At least one radiobutton in each row should be selected. Thanks for help.
droplist checkbox repeater.rp (54.6 KB)
The drama:
The goal: