Skip to main content
1-Visitor
August 10, 2017
Solved

How to bind the list widget selection to repeater widget?

  • August 10, 2017
  • 2 replies
  • 2436 views

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?

Best answer by avulaj

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.

2 replies

avulaj1-VisitorAnswer
1-Visitor
August 10, 2017

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.

drichter1-VisitorAuthor
1-Visitor
August 10, 2017

Nice... thanks a lot