How to add same datasource for different combo boxes
‎Apr 18, 2016
06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 18, 2016
06:31 AM
How to add same datasource for different combo boxes
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.
Labels:
- Labels:
-
Troubleshooting
ACCEPTED SOLUTION
Accepted Solutions
‎Apr 19, 2016
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 19, 2016
08:08 AM
You need to call three times the service which returns de Infotable, this way you will have three different selected values.
1 REPLY 1
‎Apr 19, 2016
08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Apr 19, 2016
08:08 AM
You need to call three times the service which returns de Infotable, this way you will have three different selected values.