Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I'm passing an Infotable as "All Data" to a Repeater as well as Grid.
Grid is displaying all the required data but thats not happening with Repeater.
Seems Repeater Child-Mashup isn't populating but I checked every binding thrice , no luck.
Note: Same service being used to display both Grid(above) and Repeater(below). Service using a datashape to bind data and same datashape being used at the Child-Mashup side to bind indivdual coulmns to Child mashup.
Note: DataRowParameter (Mashup Parameter) used to pull-in inputs for Mashup
Did you map the necessary fields in the Repeater Widget to the Mashup parameters?
Yes. I did.
I have got 4 columns to display but getting one column on the repeater itself.
3 Label columns and One Textbox column...is there but getting textbox cloumn only.
How did you map the Mashup parameters in your Mashup that you are displaying in the repeater?
Also can you show us the Repeater Property configuration?
Child(base mashup):
Repeater Mashup:
same service giving output to Grid but when trying to bind service to Repeater,displaying only one column.
I see something strange in your wiring.
In your Mashup it seems to think DataRowParameter is a boolean?
Can you check that and make that an InfoTable and assign the DataShape
If it is already an InfoTable, then I would delete the Parameter and re-create it and see if it shows in the dropdown as InfoTable vs. Boolean.