cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down By Key action

Former Member
0 Kudos

Hello,

i have a requirement where i have a drop down by key which displays 2 elements X and Y

when users selects A from drop down , All the content regarding A must be enabled and

when user selects B from drop down ,All the content regarding must must be displayed

How to achieve this ?

Regards

Mrinilini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Mrinalini,

Hi,

categorize the UI elements which are a part of selection value "X" and put them in a transparent container. similarly, group all the UI elements which needs to be displayed when the selection value is "Y" in another transparent container.

Once u do this, bind the "visible" property of the Transparent container to an attribute of type Visibility.

Then you can control the visibility programatically. This is aligned with best practices in web dynpro.

Hope this helps you.

Regards,

Mohammad

Answers (0)