Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
Solved! Go to Solution.
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)
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)
I personally don't like the Repeater, I have lots of trouble with it.
But I do like your seconds suggestion.
Thanks