Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I have a list of thing names in a list widget (with multiselection) and I have a repeater widget (and a mashup for the repeater).
Now I want bind the list widget (selected items) with the repeater, but I dont can select the repeater from "Add Data Binding"-dialog.
How can I bind the selection of list widget to a repeater widget?
Solved! Go to Solution.
Hi David,
On the entity or result that you are binding to your actual list widget's data, there should be a "Selected Row(s)" property or something similar. You can bind that to your repeater widget and it should give your desired result.
Let me know if this works, best of luck.
Hi David,
On the entity or result that you are binding to your actual list widget's data, there should be a "Selected Row(s)" property or something similar. You can bind that to your repeater widget and it should give your desired result.
Let me know if this works, best of luck.
Nice... thanks a lot