cancel
Showing results for 
Search instead for 
Did you mean: 

Drop Down in table control

Former Member
0 Kudos

Hi All,

I am facing Problems here ;-

I have developed a table control in WDA4 application i have 3 dropdowns which are dependent on each other i.e. when i select the entry in the first one then corresponding to that entry the data should be shown in next drop down and same goes for the third one .I am using dropdown by index here .

Thnks ,

Sahil

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Sahiil,

You need to bind the table to a context node and the three drop downs separately to three context nodes. when you click one one of the drop downs, populate the the other nodes.

I hope this works for you.

Please feel free to ask if you have any further doubts.

Regards,

Ritwik.

Former Member
0 Kudos

Hi Ritwik ,

Thnks for the reply

I tried thid but what happens is that when i select entry from first drop down the data is populated but the all the entries in second dropdown takes the entry which is there in the first

row .

e.g I selected A in first drop down i got A1 A2 A3 in second dropdown but if in first row i select A1 then all the rows get value A1 .

Thnks

Sahil