cancel
Showing results for 
Search instead for 
Did you mean: 

Radiobuttom - Toggle

Former Member
0 Kudos

Hi All,

I read from the SAP help that we can toggle the radiobutton when we bind the UI elements to the same context attribute.

I have done so in my web dynpro application. But still the radiobutton toggle is not happened.

Please let me know if I should write code for that or is there any properties that I should enable..

Please quick response will be appreciated!

Thanks & Regards,

Sushmitha

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks a lot!

Former Member
0 Kudos

If you want to make toggle to the raio button then assign differeent values to the SelectedKey and KeytoSelect.

that means take two context attributes and assign one is with space and the other with some value.

check this standard program WDR_TEST_UI_ELEMENTS

Test this program and check the prperties of radio button.

Thanks,

Suman

Former Member
0 Kudos
abhimanyu_lagishetti7
Active Contributor
0 Kudos

Yes you are right, but you have to fill the context attribute with some initial value.i.e. keyToSelect Property value.

It works fine you might have binded with two different attributes

Abhi