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.