cancel
Showing results for 
Search instead for 
Did you mean: 

Can I bind DropDownByIndex elements to different context nodes?

Former Member
0 Kudos

Hi experts,

I have DropDownByIndex UI elements as cell editors in a table. I need to bind the DropDownByIndex element on each table row to a different context node. I need that so I can set the lead selection for each row to be unique and also I'm creating these nodes dynamically.

Your help will be appreciated

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Create a non-singleton subnode in the table's data source node and bind the drop-down list to this subnode. Then each table row will have its own instance of this subnode and its own selection.

Armin

Former Member
0 Kudos

Thanks Armin, but I solved that problem

Answers (0)