cancel
Showing results for 
Search instead for 
Did you mean: 

DDL as table cell editor

Former Member
0 Kudos

Hi all,

In my table there are two columns( A and B) that have a DDL byKey as cell editor.

DDL A is populated by the same data in all the rows.

DDL B in different rows is populated by different data according to the value that was selected in DDL A.

I'm adding rows to the table in run time.

The problem is when I select a value from DDL A I get the same data in DDL B in all the rows in the table.

I'm using DDL byKey in both columns,

two nodes with cardinality 1:1 and non singletone are binded to DDLs.

Any ideas how can I fix it?

Thanks,

Michael Beilin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please search the forum, I have answered this already a number of times. See for example

Armin

Answers (2)

Answers (2)

matteo_fusi2
Participant
0 Kudos

Hi Michael,

you can use for DDL B a dropdownlist by index and bind it to a

child node (not singleton) of the table node.

Matteo

former_member201361
Active Contributor
0 Kudos

Hi Michel,

Solution for ur problem is "Actipn Parametr Mapping".Search in this forum for more info.

have a look to this thread:

[]

Thanks and regards