Skip to main content
1-Visitor
January 2, 2017
Solved

What is the best way to retreive table data to mashup?

  • January 2, 2017
  • 2 replies
  • 1698 views

I have a mashup which has table in it.

For a design reason it is displayed as dividers and text boxes - not as GRID.

This table has 7 rows and 6 columns.

I want to bind the data from a service directly into it text boxs.

As far as I know, you can only bind infotable to grid.

The only solution I currently have is to add 7 services which each one of them retreive data for a specific row.

Are you familiar with a better way, as I see it waste of calls to the server.

Thanks in advance.

Best answer by CarlesColl

Did you tried the Repeater widged to implement the grid?

If you can't use the Repeater widget then you may have a infotable with just a row and all the needed columns ( one for each row+column)

2 replies

1-Visitor
January 2, 2017

Did you tried the Repeater widged to implement the grid?

If you can't use the Repeater widget then you may have a infotable with just a row and all the needed columns ( one for each row+column)

aelgov1-VisitorAuthor
1-Visitor
January 2, 2017

I personally don't like the Repeater, I have lots of trouble with it.

But I do like your seconds suggestion.

Thanks