Skip to main content
1-Visitor
April 18, 2016
Solved

How to add same datasource for different combo boxes

  • April 18, 2016
  • 1 reply
  • 1201 views

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

Best answer by CarlesColl

You need to call three times the service which returns de Infotable, this way you will have three different selected values.

1 reply

1-Visitor
April 19, 2016

You need to call three times the service which returns de Infotable, this way you will have three different selected values.