Skip to main content
1-Visitor
December 6, 2017
Question

Repeater - How to get the updated data from Repeater control

  • December 6, 2017
  • 2 replies
  • 2070 views

We want to have tabular display of records ( row X column ) format . Couple of columns need to have combo box for user selection.

We have used repeater control for the same as we can not have combo box within a grid. Right now we want to get all the modified data by user into Infotable.

We were not able to do so. Is there any solution for this specific issue.

2 replies

1-Visitor
December 7, 2017

Don't think so, you will have to have a per row storage controls

1-Visitor
February 1, 2018

I would like to do something similiar, but it seems communication between parent mashup and repeater widget is one way.  The only thought I had around this was to create a Data Table that would store results from the repeater and then be available to the parent.  This would require some Data Table management to make sure that unique sessions of the mashup do not interfere with each other.  Not the cleanest solution.