Hi guys,
I have a problem with my UI.
I am using a function that is returning the following structure:
In the UI I have two columns: "Organizations" and "Languages".
When I select a value in the Organization ComboBox, I load all langDesc values in the Language ComboBox (from the langList structure) on the same row.
The problem is that if I add more than one row in the table, all the values in the Language ComboBox are the same for each row and they are filled depending on the last value in the Organization ComboBox (and they should be different).
My question is: How can I get a different Languages list on each row, depending on the selected Organisation for that row.