Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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