Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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.
Don't think so, you will have to have a per row storage controls
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.