Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
In my Scenario i need to add the same list of items to three combo box in the same page.
The items selected in different combo box need to be saved separately.
But now if i change the selected item on one combo it get reflected in all other combo box.
All three combo box need to hold different selected item
Solved! Go to Solution.
You need to call three times the service which returns de Infotable, this way you will have three different selected values.
You need to call three times the service which returns de Infotable, this way you will have three different selected values.