cancel
Showing results for 
Search instead for 
Did you mean: 

DropDown by Index in table control

Former Member
0 Kudos

Hi,

I'm using dropdown by index(i need different values for each row) in my table control and I have this problem:

I have this context binded to my table control:

TABLE_NODE (card. 0..n)

- ATRIB1

- ATRIB2

- DROPDWN_NODE (card. 0..n sel. 0..1) - to this node dropdown by index is binded

- VALUE

- TEXT <-- bind this attribute to Texts property

Dropdown is filled OK, but how to transfer selected dropdown value to ATRIB2? And then, if I have a value in ATRIB2, how to diplay correct text for user in dropdown?

Another thing is that I have 2 dropdowns by value in table and values of second depends on selected value in first. How should I refresh second dropdown by index when user change value in first?

Many thanks for reply.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved by myself.

Former Member
0 Kudos

I'm also facing the issue. Can u plz. share the source code.