cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown by Key in Table

former_member188556
Active Contributor
0 Kudos

Hi

I have a dropdown by key as one of the columns in a table.

Now based on some conditions, I have to remove some values from the dropdown on each row.

Say for example, Row 1 of table has 3 values in drop down where as Row 2 of the table has only 1 value in the dropdown

Regards

BP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There are two ways to solve this:

1. Create a CellVariant for each option and bind it to a different attribute (which is filled with the desired enteris).

2. Create a popup when inserting new value and fill the DD on the popup dynamically.

Aviad

Answers (0)