cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button

Sidhant-Acharya
Participant
0 Kudos


Hi Experts,

Need to design the view with two radio buttons.one radio button will have text and another will have text as well as select option, Which means that if user clicks on the radio button and mention the range for that field have to do some operation, Below is the screen shot.

Need some serious help.

Regards,

Sidhant.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Use Matrix layout, create 2 transparent containers, one container with Matrix Head Data and place the radio buttons in it, another container with matrix data and place View Container UI element in it to place select options. ( you may have to adjust the height of View Container in 2nd transparent container inorder to appear it next to the 2nd radio button)

Or, instead of select options( without extensions), you can create 2 input fields ( from & to) next to radio button and build the range table based on the values in the input fields.

Regards,

Kiran

Answers (0)