Skip to Content
0
Former Member
Apr 14, 2010 at 05:22 AM

Fill Table dropdown based on another dropdown in table

36 Views

HI experts,

I am having a context like this

MainNode

- Attr1

- Attr2

- SubNode1

- Attr1

- SubNode2

- Attr1

I have binded this to a table control.In that table there are 2 dropdowns.One base on "SubNode1" and another "Subnode2".I am fill the first subnode using supply function. I need to fill the second dropdown based on the value selected in the first dropdown in table. How to achieve this in table control.

Thanks.