Skip to Content
0
Former Member
Feb 22, 2010 at 12:35 PM

DropDown by Index in table control

31 Views

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.