Skip to main content
1-Visitor
March 5, 2020
Question

How to get the multiple selected rows from Combo box by Check box selection?

  • March 5, 2020
  • 1 reply
  • 4597 views

Hi,

 

I want to get the multiple selected rows from Combo box by using Check box multi selection. I bound All Data of Service to Combo box Data & Selected Items. I enabled the Multi select in List widget properties. But I can't able to get the selected rows from Combo box by Check box multiple selection. 

 

Thanks in Advance,

 

Sankarapandian.L.S

1 reply

15-Moonstone
March 5, 2020

Hi.

 

Enabling the Multi select should be enough. You need to bind the All Data from your service only to the Data property of the list widget. Binding it to the SelectedItems will make all your values selected by default. If you want to get the list of the selected items from your List widget, you already have that option in the service that populates the List, under Returned Data -> Selected Row(s)

1-Visitor
March 5, 2020

Thanks for the Response.

In Combo box, When we clicking the Check box for selecting multiple rows or Single row It is not return any rows as selected rows. Multiple check box selection is not working in Combo box.

15-Moonstone
March 5, 2020

I just tried binding an infotable to a Combo Box list, enabled Multi Select, then I did the bind of Selected Row(s) of the infotable to a grid. I could see the grid being populated in real time when checking multiple checkboxes. Is this not what your use case is?